Skip to content

Commit a5d439a

Browse files
committed
add quotes to the other configure scripts
1 parent 6c70d70 commit a5d439a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

contrib/configure-opt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
#
1212

1313
basedir=$(cd $(dirname $0) && pwd)
14-
$basedir/configure-release \
14+
"$basedir/configure-release" \
1515
--enable-optimizations \
1616
"$@"

contrib/configure-prof

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#
1212

1313
basedir=$(cd $(dirname $0) && pwd)
14-
$basedir/../configure \
14+
"$basedir/../configure" \
1515
--disable-logging \
1616
--disable-debug \
1717
--disable-assertions \

contrib/configure-release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#
1212

1313
basedir=$(cd $(dirname $0) && pwd)
14-
$basedir/../configure \
14+
"$basedir/../configure" \
1515
--disable-logging \
1616
--disable-debug \
1717
--disable-assertions \

contrib/configure-release-mt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
#
1212

1313
basedir=$(cd $(dirname $0) && pwd)
14-
$basedir/../contrib/configure-release \
14+
"$basedir/../contrib/configure-release" \
1515
--enable-mt \
1616
"$@"

0 commit comments

Comments
 (0)