fix "fixup" script parameter check

This commit is contained in:
uzi 2024-02-21 11:23:44 +08:00
parent d90b960dfa
commit 7160703026

View File

@ -14,7 +14,7 @@ example:\n \
print_version
}
if [ $# -lt 2 -o "_${1}_" == "_--help_" ]; then
if [ $# -lt 1 -o "_${1}_" == "_--help_" ]; then
usage
exit 0
fi