The comment is no longer accurate (the file still has UNIX line endings) since

we're using findstr
This commit is contained in:
kytv
2011-08-26 15:49:09 +00:00
parent f674b78edb
commit ab58875b13

View File

@@ -29,5 +29,3 @@ cd /d %~dp0
findstr /V /R "^wrapper.logfile=" wrapper.config > wrapper.new
echo wrapper.logfile=%%temp%%\wrapper.log >> wrapper.new
move wrapper.new wrapper.config
:: As an added bonus, wrapper.config now has DOS line endings in Windows.