use sed instead of dos2unix

This commit is contained in:
Jens Petersen 2015-01-28 17:08:59 +09:00
parent 5636808e60
commit 50ab31009b
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ information (e.g. compiler version).
cd Test/Ninja
for i in test4 test3-win test3-sub test3-inc test5 test3 lint test2 test3-unix; do
dos2unix $i.ninja
sed -i 's/\r$//' $i.ninja
done