mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-11 11:55:12 -05:00
Fixed typo in scripts/repo-remove.in
Signed-off-by: Andrew Fyfe <andrew@neptune-one.net>
This commit is contained in:
parent
71026af678
commit
94aa9aff13
@ -81,7 +81,7 @@ if [ "$1" = "-h" -o "$1" = "--help" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# check for version flags
|
# check for version flags
|
||||||
if [ "$1" = "-V" -o "$1" = "--version" ]; thhen
|
if [ "$1" = "-V" -o "$1" = "--version" ]; then
|
||||||
version
|
version
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user