From 4ccb79f1e4d01290e8ddffbc206e3747168c8fec Mon Sep 17 00:00:00 2001 From: yage Date: Thu, 7 Mar 2024 12:04:58 -0700 Subject: [PATCH] v4.1.2 ===================================================================== --- Bug Fixes ---------------------------- - resolved an error with VARPARSE style arguments --- scwrypts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scwrypts b/scwrypts index 539c77d..0fdf4a9 100755 --- a/scwrypts +++ b/scwrypts @@ -60,7 +60,7 @@ source "$(dirname $(readlink -f "$0"))/zsh/lib/import.driver.zsh" || exit 42 case $1 in -[a-z][a-z]* ) VARSPLIT=$(echo "$1 " | sed 's/^\(-.\)\(.*\) /\1 -\2/') - set -- $(echo " $VARSPLIT ") ${@:2} + set -- throw-away $(echo " $VARSPLIT ") ${@:2} ;; ### alternate commands ###################