Fix: line ending issues with MSYS2

This commit is contained in:
glx
2019-02-09 21:26:37 +01:00
committed by glx22
parent d242875d27
commit 70e1c57f81
2 changed files with 5 additions and 5 deletions

View File

@@ -20,5 +20,5 @@ if [ "$?" != "0" ]; then
exit 1
fi
${AWK} -f generate_widget.awk script_window.hpp > script_window.tmp
${AWK} -v BINMODE=1 -f generate_widget.awk script_window.hpp > script_window.tmp
mv script_window.tmp script_window.hpp