summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAndrew Fyfe <andrew@neptune-one.net>2007-04-11 23:22:25 +0200
committerDan McGee <dan@archlinux.org>2007-05-27 23:16:28 +0200
commit94aa9aff1353b59dea315b9fd4abd251c58bf89c (patch)
tree11cc2767f9732fa837c3825e0903c70e13b68834 /scripts
parent71026af678c83fe9581b7becf43272887468d432 (diff)
downloadpacman-94aa9aff1353b59dea315b9fd4abd251c58bf89c.tar.gz
pacman-94aa9aff1353b59dea315b9fd4abd251c58bf89c.tar.xz
Fixed typo in scripts/repo-remove.in
Signed-off-by: Andrew Fyfe <andrew@neptune-one.net>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/repo-remove.in2
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