Skip to content

Commit 1d9ac7f

Browse files
committed
Merge #17074: build: Added double quotes
dd85166 Added double quotes (Ava Barron) Pull request description: Added double quotes to prevent globbing and word splitting. ACKs for top commit: laanwj: ~~ACK dd85166~~ practicalswift: ACK dd85166 -- diff looks correct hebasto: ACK dd85166, tested locally on Linux Mint 19.2. Tree-SHA512: 503ed8c4a5dafd3868465fbb66b13e15862c114573609f681b69259703e76fe85260b782c45a1e0780b7d3fdf34d8fd2f627b59f4013b99eeb1b771a652e7b10
2 parents 9b4dfec + dd85166 commit 1d9ac7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autogen.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
export LC_ALL=C
77
set -e
8-
srcdir="$(dirname $0)"
8+
srcdir="$(dirname "$0")"
99
cd "$srcdir"
10-
if [ -z ${LIBTOOLIZE} ] && GLIBTOOLIZE="$(command -v glibtoolize)"; then
10+
if [ -z "${LIBTOOLIZE}" ] && GLIBTOOLIZE="$(command -v glibtoolize)"; then
1111
LIBTOOLIZE="${GLIBTOOLIZE}"
1212
export LIBTOOLIZE
1313
fi

0 commit comments

Comments
 (0)