diff options
-rw-r--r-- | src/oh-checkbuilddeps.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/oh-checkbuilddeps.sh b/src/oh-checkbuilddeps.sh index f2b710e..0a5ea9f 100644 --- a/src/oh-checkbuilddeps.sh +++ b/src/oh-checkbuilddeps.sh @@ -55,7 +55,6 @@ if [ "${1}" = '--' ]; then fi if [ ${#} -ne 0 ]; then - echo ${1} print_usage ${0} >&2 exit 1 fi |