Skip to content

Commit

Permalink
bug when getting CLI arguments from self extracting archive
Browse files Browse the repository at this point in the history
  • Loading branch information
phyver committed May 9, 2024
1 parent 6a3e45d commit 8bd8e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/header.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ GSH_EXEC_DIR=$(cd "$GSH_EXEC_DIR"; pwd -P)
# just in case
GSH_EXEC_DIR=${GSH_EXEC_DIR:-.}

while getopts "VUXKFh" opt
while getopts "hnPdDACRXUVqGL:KBZc:FS:" opt
do
case "$opt" in
V)
Expand Down

0 comments on commit 8bd8e18

Please sign in to comment.