Fix Julia evaluation
This commit is contained in:
parent
d0470e084f
commit
0dd7f992be
3 changed files with 2 additions and 18 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue