Skip to content

Commit

Permalink
Fix test script to force dos2unix with binary, and remaster vmf.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaby76 committed Jul 24, 2024
1 parent e9ea04d commit 95be88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _scripts/templates/CSharp/st.test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ then
gen=`find ../<example_files_unix> -type f -name '*.errors' -o -name '*.ipt'`
if [ "$gen" != "" ]
then
dos2unix $gen
dos2unix -f $gen
fi
fi

Expand Down

0 comments on commit 95be88b

Please sign in to comment.