From aeffdc3eb5f44fc9456dd1b23077bf17144b5a4b Mon Sep 17 00:00:00 2001 From: Serge Guzik Date: Thu, 28 Feb 2019 16:53:50 +0200 Subject: [PATCH] fix: Too many arguments message does not list all redundant arguments --- warp4j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/warp4j b/warp4j index c6602b2..bac0480 100755 --- a/warp4j +++ b/warp4j @@ -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