Fix Julia evaluation

This commit is contained in:
1computer1 2019-06-23 00:27:12 -04:00
parent d0470e084f
commit 0dd7f992be
3 changed files with 2 additions and 18 deletions

View file

@ -1,5 +1 @@
if [ "$EVAL_EXPR" = "true" ]; then
printf %s "$1" | julia -E || true
else
printf %s "$1" | julia -e || true
fi
printf %s "$1" | julia