Skip to content
Snippets Groups Projects
Commit b100023f authored by Andreas Schenk's avatar Andreas Schenk
Browse files

quoted string for sourcing ost_config

Without the quotes the scripts don't work if there is a directory
with spaces in the binary path.
parent 6267dc40
Branches
Tags
No related merge requests found
......@@ -26,6 +26,6 @@ else
SCRIPT_NAME="$0"
fi
BIN_DIR=`dirname "$SCRIPT_NAME"`
source $BIN_DIR/../@LIBEXEC_PATH@/ost_config
source "$BIN_DIR/../@LIBEXEC_PATH@/ost_config"
$BIN_DIR/../@LIBEXEC_PATH@/gosty $DNG_INITDIR/init.py dng $opts
......@@ -29,7 +29,7 @@ else
fi
BIN_DIR=`dirname "$SCRIPT_NAME"`
source $BIN_DIR/../@LIBEXEC_PATH@/ost_config
source "$BIN_DIR/../@LIBEXEC_PATH@/ost_config"
$pyexec $interactive "$DNG_ROOT/@LIBDIR@/python@PYTHON_VERSION@/site-packages/init_cl.py" $opts
RC=$?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment