mirror of
https://github.com/PaperCutSoftware/GhostTrap.git
synced 2025-12-10 00:31:35 -06:00
setting .bat file's end of line by default as CRLF
This commit is contained in:
parent
11ca7033d5
commit
72c00b07a4
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -20,3 +20,5 @@
|
||||
*.PDF diff=astextplain
|
||||
*.rtf diff=astextplain
|
||||
*.RTF diff=astextplain
|
||||
|
||||
*.bat text eol=crlf
|
||||
|
||||
@ -128,7 +128,7 @@ echo gsdll64.dll copied successfully
|
||||
|
||||
REM #
|
||||
REM # Do not add multi-lined conditional blocks after calling gsc-trapped. Keep the "if" line strictly single-lined.
|
||||
REM # CMD gets tripped up for no particular good reason and complains about unexpected symbols.
|
||||
REM # CMD gets tripped up for no particular good reason and complains about unexpected symbol "."
|
||||
REM #
|
||||
call "%~dp0third-party\chromium\src\out\Default\gsc-trapped.exe" --test-sandbox -sOutputFile="C:\output\outputtest.txt" "C:\input\inputtest.txt"
|
||||
if %errorlevel% NEQ 0 goto builderror
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user