contrib: shell scripts: add quotes around more variables
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
cd $(dirname $0)
|
||||
cd "$(dirname "$0")"
|
||||
if [ -e ./env/bin/activate ]; then # existing venv
|
||||
source ./env/bin/activate
|
||||
else # create new venv
|
||||
|
||||
Reference in New Issue
Block a user