Skip to content

Commit e16e514

Browse files
committed
quote variable in libtool.m4 path test
1 parent c60c49a commit e16e514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/libtool.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ else
472472
lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
473473
for dir in $PATH /usr/ucb; do
474474
IFS="$lt_save_ifs"
475-
if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
475+
if (test -f "$dir/echo" || test -f "$dir/echo$ac_exeext") &&
476476
test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
477477
echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
478478
test "X$echo_testing_string" = "X$echo_test_string"; then

0 commit comments

Comments
 (0)