Skip to content

Commit

Permalink
Added note on why to use dos2unix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianH99 committed Dec 17, 2023
1 parent c045fe7 commit ef918c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_rules_on_windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if %errorlevel% neq 0 (
wsl sudo apt-get install dos2unix
)

REM Create temporary copies of .sh scripts with Linux-style line endings using wsl cp
REM Create temporary copies of .sh scripts with Linux-style line endings using wsl cp (because Github checkout might automatically change them to Windows style which will stop the scripts from working)
wsl cp %REPO_PATH%/.ci/adoc-to-tex.sh %REPO_PATH%/.ci/adoc-to-tex-temp.sh
wsl cp %REPO_PATH%/.ci/tex-to-pdf.sh %REPO_PATH%/.ci/tex-to-pdf-temp.sh

Expand Down

0 comments on commit ef918c6

Please sign in to comment.