index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | scripts/repo-remove.in | 2 |
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 |