STYLE: consistent quoting for 'cd'

This commit is contained in:
Mark Olesen
2019-12-14 13:34:48 +01:00
parent 84095ef631
commit 75ba4a07ef
17 changed files with 32 additions and 25 deletions

View File

@ -1,6 +1,7 @@
#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
. $WM_PROJECT_DIR/bin/tools/RunFunctions # Tutorial run functions
cd "${0%/*}" || exit # Run from this directory
. ${WM_PROJECT_DIR:?}/bin/tools/RunFunctions # Tutorial run functions
#------------------------------------------------------------------------------
# Setup case
./Allrun.pre