contrib: shell scripts: add quotes around more variables
This commit is contained in:
@@ -5,7 +5,7 @@ LIBUSB_VERSION="d52e355daa09f17ce64819122cb067b8a2ee0d4b"
|
||||
|
||||
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