8216354: Syntax error in toolchain_windows.m4
authorstooke
Sun, 15 Sep 2019 07:47:13 +0200
changeset 58139 593005ac5a0a
parent 58138 1e4270f875ee
child 58140 a6f653312b19
8216354: Syntax error in toolchain_windows.m4 Reviewed-by: erikj, dholmes, clanger
make/autoconf/toolchain_windows.m4
--- a/make/autoconf/toolchain_windows.m4	Sat Sep 14 11:26:26 2019 -0700
+++ b/make/autoconf/toolchain_windows.m4	Sun Sep 15 07:47:13 2019 +0200
@@ -808,7 +808,7 @@
   if test "x$USE_UCRT" = "xtrue"; then
     AC_MSG_CHECKING([for UCRT DLL dir])
     if test "x$with_ucrt_dll_dir" != x; then
-      if test -z "$(ls -d $with_ucrt_dll_dir/*.dll 2> /dev/null)"; then
+      if test -z "$(ls -d "$with_ucrt_dll_dir/"*.dll 2> /dev/null)"; then
         AC_MSG_RESULT([no])
         AC_MSG_ERROR([Could not find any dlls in $with_ucrt_dll_dir])
       else