Fix Shellcheck SC2046: Quote to prevent word split
Quote this to prevent word splitting https://www.shellcheck.net/wiki/SC2046 Signed-off-by: Dan Callahan <danc@element.io>
This commit is contained in:
@@ -8,7 +8,7 @@ cd "$DIR/.." || exit
|
||||
|
||||
mkdir -p demo/etc
|
||||
|
||||
export PYTHONPATH=$(readlink -f $(pwd))
|
||||
export PYTHONPATH=$(readlink -f "$(pwd)")
|
||||
|
||||
|
||||
echo $PYTHONPATH
|
||||
|
||||
Reference in New Issue
Block a user