diff options
author | P. J. McDermott <pjm@nac.net> | 2012-04-25 11:25:59 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-04-25 11:25:59 (EDT) |
commit | 751cb7a5ec4c6cdc6342265fc7a37578192536f4 (patch) | |
tree | 56d266e03ec4919232b0ef1a1b35f6aacc643ae1 | |
parent | e9032508724868700fd485fd9c2e718c50fd65d4 (diff) |
Remove stray 'echo' added in commit 409c8580.
-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 |