There was an error while loading. Please reload this page.
1 parent 33f95ff commit d743e6bCopy full SHA for d743e6b
1 file changed
configure
@@ -16,11 +16,11 @@ CONF_DEFAULT="etc/conf"
16
17
CFG_CMD_LINE_ARGS="$@"
18
19
-if [ "$1" == "--init" ]; then
+if [[ "$1" == "--init" ]]; then
20
CFG_CMD_LINE_ARGS=$CONF_INIT
21
fi
22
23
-if [ "$1" == "" ]; then
+if [[ "$1" == "" ]]; then
24
# default conf if not argument is provided
25
CFG_CMD_LINE_ARGS=$CONF_DEFAULT
26
0 commit comments