Avoid calling in bash scripts
Compare changes
Files
5+ 2
− 2
@@ -13,7 +13,7 @@ HC=${3:-ghc}
@@ -46,4 +46,4 @@ ${output}/fasta-c${EXE} $MODE_ARGS | tr -d '\r' > ${output}/fasta.stdout
\ No newline at end of file
This seems to be a Makefile-ism that has been copied over into bash scripts, but this just causes an error in bash.
Resolves #30 (closed)