Skip to content

Commit

Permalink
Tolerate escape codes in config file when converting line endings for…
Browse files Browse the repository at this point in the history
… Chocolatey package
  • Loading branch information
tsjensen committed Feb 17, 2024
1 parent 75dfd61 commit ce44ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ tools/LICENSE.txt: LICENSE
unix2dos -n LICENSE tools/LICENSE.txt

tools/boxes.cfg: boxes-config
unix2dos -n boxes-config tools/boxes.cfg
unix2dos -n --force boxes-config tools/boxes.cfg

tools/boxes.exe: $(OUT_DIR)/boxes.exe
cp $(OUT_DIR)/boxes.exe tools/
Expand Down

0 comments on commit ce44ba6

Please sign in to comment.