diff --git a/shell/ql.sh b/shell/ql.sh index 8497e27a..51e9a27e 100755 --- a/shell/ql.sh +++ b/shell/ql.sh @@ -5,5 +5,5 @@ if [[ -z "$QL_DIR" ]]; then exit 1 fi -dir_shell=$QL_DIR/shell -. $dir_shell/update.sh "$@" +dir_shell="$QL_DIR/shell" +. "$dir_shell/update.sh" "$@"