From e9bbc93a964d9ef05a11efa58dedee603f881277 Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Fri, 13 Oct 2023 23:54:18 +0400 Subject: [PATCH] modifs.mineures sans commentaires --- bash/tests/test-args.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bash/tests/test-args.sh b/bash/tests/test-args.sh index 414d05c..ed742d7 100755 --- a/bash/tests/test-args.sh +++ b/bash/tests/test-args.sh @@ -32,7 +32,6 @@ args=( parse_args "$@"; set -- "${args[@]}" echo "\ -args=($*) count=$count fixed=$fixed mopt=$mopt @@ -45,4 +44,4 @@ a1=(${a1[*]}) #${#a1[*]} a2=(${a2[*]}) #${#a2[*]} a3=(${a3[*]}) #${#a3[*]} a4=(${a4[*]}) #${#a4[*]} -" +args=($*)"