Skip to content

Commit e1d183f

Browse files
committed
tmp
1 parent 48a9a51 commit e1d183f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

winsup/testsuite/cygrun.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export PATH="$runtime_root:${PATH}"
1010

1111
if [ "$1" = "./mingw/cygload.exe" ]
1212
then
13-
windows_runtime_root=$($utilsdir/cygpath.exe -m $runtime_root)
13+
windows_runtime_root=$(cygpath -m $runtime_root)
1414
$mingwtestdir/cygrun.exe "$exe -v -cygwin $windows_runtime_root/cygwin1.dll"
1515
else
1616
cygdrop $mingwtestdir/cygrun.exe $exe

0 commit comments

Comments
 (0)