commit a741fc30fbe9c269a6d5d5a936c6c1a8e3964ced parent b59e8780a33be90526ffb50cdffd0af65f872cd5 Author: Jan Pobrislo <ccx@webprojekty.cz> Date: Mon, 20 Nov 2017 17:26:35 +0100 Fix which part of bin/confzfoo=bar gets printed out. Diffstat:
| M | bin/confz | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/confz b/bin/confz @@ -221,7 +221,7 @@ confz_main_check() { printout=() else if [[ $arg == %* ]]; then - printout+=( ${${arg%%=*}#%} ) + printout+=( ${${arg#%}##*=} ) fi args+=( $arg ) fi