Skip to content

Commit 143af8e

Browse files
committed
add -- two key word recognition
1 parent 63772f1 commit 143af8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

juhpc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ check_dir "$JUHPC_SETUP_INSTALLDIR"
127127
shift 2
128128
for arg in "$@"; do
129129
case $arg in
130-
postinstall=*) export JUHPC_POST_INSTALL_JL="${arg#*=}" ;;
131-
verbose=*) export JUHPC_VERBOSE="${arg#*=}" ;;
130+
--postinstall=*) export JUHPC_POST_INSTALL_JL="${arg#*=}" ;;
131+
--verbose=*) export JUHPC_VERBOSE="${arg#*=}" ;;
132132
*) error "Unknown argument: $arg" ;;
133133
esac
134134
done

0 commit comments

Comments
 (0)