Fixed typo in scripts/repo-remove.in

Signed-off-by: Andrew Fyfe <andrew@neptune-one.net>
This commit is contained in:
Andrew Fyfe 2007-04-11 22:22:25 +01:00 committed by Dan McGee
parent 71026af678
commit 94aa9aff13
1 changed files with 1 additions and 1 deletions

View File

@ -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