Fix special characters interferng in scripts
This commit is contained in:
parent
20a2199bbf
commit
2f38bc640c
25 changed files with 29 additions and 29 deletions
|
@ -3,7 +3,7 @@ if [ "$EVAL_EXPR" = "true" ]; then
|
|||
else
|
||||
mkdir "$CODEDIR" && cd "$CODEDIR"
|
||||
|
||||
echo "$1" > program.hs
|
||||
printf %s "$1" > program.hs
|
||||
ghc -e main program.hs
|
||||
|
||||
cd .. && rm -rf "$CODEDIR"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue