Fix special characters interferng in scripts
This commit is contained in:
parent
20a2199bbf
commit
2f38bc640c
25 changed files with 29 additions and 29 deletions
|
@ -1,5 +1,5 @@
|
|||
if [ "$EVAL_HARMONY" = "true" ]; then
|
||||
node --harmony -p "$1"
|
||||
printf %s "$1" | node --harmony -p
|
||||
else
|
||||
node -p "$1"
|
||||
printf %s "$1" | node -p
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue