From 94aa9aff1353b59dea315b9fd4abd251c58bf89c Mon Sep 17 00:00:00 2001 From: Andrew Fyfe Date: Wed, 11 Apr 2007 22:22:25 +0100 Subject: Fixed typo in scripts/repo-remove.in Signed-off-by: Andrew Fyfe --- scripts/repo-remove.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3