Skip to content

Commit 6c70d70

Browse files
Update configure-devel to handle spaces in basedir
This change allows basedir to contain spaces
1 parent 29831d3 commit 6c70d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/configure-devel

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
--enable-gtest \
1616
--enable-examples \
1717
--enable-test-apps \

0 commit comments

Comments
 (0)