From: Gary V. Vaughan Date: Thu, 11 Dec 2014 22:58:08 +0000 (+0000) Subject: bootstrap: sync with upstream. X-Git-Tag: v2.4.5~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=72293c99520a7dd77d08241ae697409d052e38b4;p=thirdparty%2Flibtool.git bootstrap: sync with upstream. * gl/build-aux/extract-trace (func_find_tool): Quote a bare variable expansion in a test argument. * bootstrap: Regenerate. Signed-off-by: Gary V. Vaughan --- diff --git a/bootstrap b/bootstrap index a6ffd5411..94e3385ba 100755 --- a/bootstrap +++ b/bootstrap @@ -2312,7 +2312,7 @@ func_find_tool () for _G_dir in $PATH; do IFS=$_G_find_tool_save_IFS _G_progpath=$_G_dir/$_G_prog - test -r $_G_progpath && { + test -r "$_G_progpath" && { _G_curver=`func_tool_version_number $_G_progpath` case $_G_bestver,$_G_curver in ,) diff --git a/gl/build-aux/extract-trace b/gl/build-aux/extract-trace index 14b0f0a09..a3d0bc4eb 100755 --- a/gl/build-aux/extract-trace +++ b/gl/build-aux/extract-trace @@ -169,7 +169,7 @@ func_find_tool () for _G_dir in $PATH; do IFS=$_G_find_tool_save_IFS _G_progpath=$_G_dir/$_G_prog - test -r $_G_progpath && { + test -r "$_G_progpath" && { _G_curver=`func_tool_version_number $_G_progpath` case $_G_bestver,$_G_curver in ,)