Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2017-04-20 00:23:19 +03:00
parent 5e223b78b7
commit 5e3ff279e7
1 changed files with 1 additions and 1 deletions

2
jspass
View File

@ -44,7 +44,7 @@ Args "$@" -- error argv \
-s,p,"Opts[selection]" \
-c,f,"Flags[clip]" \
-e,f,"Flags[edit]" \
|| { System.die 1 "$error"; }
|| { System.die "$?" "$error"; }
set -- "${argv[@]}"