1 Commits
v2.4 ... v2.4a

Author SHA1 Message Date
fbt
8e575157f7 Handle -- properly 2015-01-31 18:54:41 +03:00

2
zpac
View File

@@ -117,7 +117,7 @@ args_norm() {
unset -v arg opt c keys unset -v arg opt c keys
case "$1" in case "$1" in
--) shift; break;; --) printf '%s\n' '--'; break;;
--*) --*)
IFS='=' read arg opt <<< "$1" IFS='=' read arg opt <<< "$1"