diff options
-rwxr-xr-x | commit-package | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/commit-package b/commit-package index 80303cebf..5e559de87 100755 --- a/commit-package +++ b/commit-package @@ -44,8 +44,8 @@ if [ $# -eq 1 ]; then commit_message="$1" fi elif [ $# -ne 0 ]; then - >&2 'usage: commit-package [commit-message]' - >&2 ' without a commit message, it will only be added for commit' + >&2 echo 'usage: commit-package [commit-message]' + >&2 echo ' without a commit message, it will only be added for commit' exit 1 fi |