fix(scripts): quoted argument to prevent re-splitting variable
This commit is contained in:
parent
e4770a7343
commit
555fde4351
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||||
test -d "$SCRIPT_DIR"/../venv || (printf "Python virtualenv not found (%s)\n" "$SCRIPT_DIR"/../venv && exit 1)
|
test -d "$SCRIPT_DIR"/../venv || (printf "Python virtualenv not found (%s)\n" "$SCRIPT_DIR"/../venv && exit 1)
|
||||||
source "$SCRIPT_DIR"/../venv/bin/activate
|
source "$SCRIPT_DIR"/../venv/bin/activate
|
||||||
|
|
||||||
exec $@
|
exec "$@"
|
||||||
|
|
Loading…
Add table
Reference in a new issue