contrib: shell scripts: add quotes around more variables
This commit is contained in:
@@ -15,7 +15,7 @@ ZBAR_VERSION="bb05ec54eec57f8397cb13fb9161372a281a1219"
|
||||
|
||||
set -e
|
||||
|
||||
. $(dirname "$0")/build_tools_util.sh || (echo "Could not source build_tools_util.sh" && exit 1)
|
||||
. "$(dirname "$0")/build_tools_util.sh" || (echo "Could not source build_tools_util.sh" && exit 1)
|
||||
|
||||
here="$(dirname "$(realpath "$0" 2> /dev/null || grealpath "$0")")"
|
||||
CONTRIB="$here"
|
||||
|
||||
Reference in New Issue
Block a user