mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-23 00:08:50 -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
|
||||
|
||||
# check for version flags
|
||||
if [ "$1" = "-V" -o "$1" = "--version" ]; thhen
|
||||
if [ "$1" = "-V" -o "$1" = "--version" ]; then
|
||||
version
|
||||
exit 0
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user