Make this sorta limp on Unix (where there is no cygpath stuff)

This commit is contained in:
bzbarsky%mit.edu 2003-10-06 00:56:49 +00:00
Родитель f1e0b952de
Коммит 7a6c811d30
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -80,8 +80,8 @@ if [ "$w1" = "" ]; then
else
TESTS_FILE=$TEMP\\$$-tests.txt
TESTS_FILE=`cygpath -w $TESTS_FILE`
MOZ_TEST_BASE=`cygpath -w $MOZ_TEST_BASE | sed -e 's|\\|/|g'`
fi
MOZ_TEST_BASE=`cygpath -w $MOZ_TEST_BASE | sed -e 's|\\|/|g'`
cp /dev/null $TESTS_FILE
for FILE in `ls file_list.txt file_list[0-9].txt 2> /dev/null`; do