diff options
author | Andrew Fyfe <andrew@neptune-one.net> | 2007-04-11 22:22:25 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-05-27 17:16:28 -0400 |
commit | 94aa9aff1353b59dea315b9fd4abd251c58bf89c (patch) | |
tree | 11cc2767f9732fa837c3825e0903c70e13b68834 /scripts/repo-remove.in | |
parent | 71026af678c83fe9581b7becf43272887468d432 (diff) | |
download | pacman-94aa9aff1353b59dea315b9fd4abd251c58bf89c.tar.xz |
Fixed typo in scripts/repo-remove.in
Signed-off-by: Andrew Fyfe <andrew@neptune-one.net>
Diffstat (limited to 'scripts/repo-remove.in')
-rw-r--r-- | scripts/repo-remove.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/repo-remove.in b/scripts/repo-remove.in index 6e2a6579..18291f65 100644 --- a/scripts/repo-remove.in +++ b/scripts/repo-remove.in @@ -81,7 +81,7 @@ if [ "$1" = "-h" -o "$1" = "--help" ]; then fi # check for version flags -if [ "$1" = "-V" -o "$1" = "--version" ]; thhen +if [ "$1" = "-V" -o "$1" = "--version" ]; then version exit 0 fi |