Skip to content

Commit

Permalink
fix: Too many arguments message does not list all redundant arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
guziks committed Feb 28, 2019
1 parent b19e527 commit aeffdc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warp4j
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ check_deps

# apart from options only one argument is allowed
if [[ $# -gt 1 ]]; then
fail_with "Too many arguments: $@, expecting only jar name"
fail_with "Too many arguments: $*; expecting only jar name"
else
JAR=$1
fi
Expand Down

0 comments on commit aeffdc3

Please sign in to comment.