There was an error while loading. Please reload this page.
1 parent 48a9a51 commit e1d183fCopy full SHA for e1d183f
1 file changed
winsup/testsuite/cygrun.sh
@@ -10,7 +10,7 @@ export PATH="$runtime_root:${PATH}"
10
11
if [ "$1" = "./mingw/cygload.exe" ]
12
then
13
- windows_runtime_root=$($utilsdir/cygpath.exe -m $runtime_root)
+ windows_runtime_root=$(cygpath -m $runtime_root)
14
$mingwtestdir/cygrun.exe "$exe -v -cygwin $windows_runtime_root/cygwin1.dll"
15
else
16
cygdrop $mingwtestdir/cygrun.exe $exe
0 commit comments