Fix Q_SCRIPT_DIR detection
This commit is contained in:
parent
24818a8479
commit
9703310008
1 changed files with 1 additions and 1 deletions
2
q
2
q
|
@ -28,7 +28,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
if [[ -z "Q_SCRIPT_DIR" ]]; then
|
||||
if [[ -z "$Q_SCRIPT_DIR" ]]; then
|
||||
Q_SCRIPT_DIR=~/.config/q.sh
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue