commit cfc809909cdb454ac9b74b4bc712b3c332288063
parent 372addd5bbba9eba24de21abc76ce90b5388c89f
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date: Thu, 19 Jun 2014 16:54:38 +0200
strip --
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/confz b/bin/confz
@@ -64,7 +64,7 @@ require() {
(%*=*) lift[${${1#%}%%=*}]=${${1#%}#*=};;
(%*) lift[${1#%}]=${1#%};;
(*=*) vars[${1%%=*}]=${1#*=};;
- (--) break;;
+ (--) shift; break;;
(*) die "$name: unrecognised argument: ${(qqq)1}";;
esac
shift