We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c60c49a commit e16e514Copy full SHA for e16e514
build/libtool.m4
@@ -472,7 +472,7 @@ else
472
lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
473
for dir in $PATH /usr/ucb; do
474
IFS="$lt_save_ifs"
475
- if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
+ if (test -f "$dir/echo" || test -f "$dir/echo$ac_exeext") &&
476
test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
477
echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
478
test "X$echo_testing_string" = "X$echo_test_string"; then
0 commit comments