From d78594e3e4419231f04a6f310fa4a7f6cfcd44bb Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 26 Aug 2013 13:56:18 +0200 Subject: m bash MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/argparser.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/argparser.bash b/src/argparser.bash index 2c1e58e..2cf062f 100644 --- a/src/argparser.bash +++ b/src/argparser.bash @@ -718,7 +718,7 @@ function args_parse else (( args_unrecognised_count++ )) if (( args_unrecognised_count <= 5 )); then - echo "${args_program}: warning: unrecognised option ${arg}" >> "${args_out}" + echo "${args_program}: warning: unrecognised option ${_arg}" >> "${args_out}" fi rc=1 fi -- cgit v1.2.3-70-g09d2