]> git.ipfire.org Git - thirdparty/make.git/commit
* tests/run_make_tests.pl (subst_make_string): Force use of /
authorPaul Smith <psmith@gnu.org>
Mon, 16 Dec 2019 21:18:58 +0000 (16:18 -0500)
committerPaul Smith <psmith@gnu.org>
Mon, 16 Dec 2019 21:18:58 +0000 (16:18 -0500)
commitacbef3f612f46411e720c52bee70014df1c2f4fd
tree58734fb0ef929f134a6f8318d8c69769d49c8612
parent3822f77c1d10f4c0789a0262aab35adb00c8d22d
* tests/run_make_tests.pl (subst_make_string): Force use of /

On Windows the path to the helper tool will contain '\': this will
fail if recipes are run with a POSIX shell.  Convert '\' to '/'
on Windows.  While here, escape any spaces in the path as well.
tests/run_make_tests.pl