mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 13:06:27 +02:00
prinf > echo
This commit is contained in:
parent
649fd7da13
commit
15028055e2
1 changed files with 1 additions and 1 deletions
2
packages/gleam/0.27.0/compile
vendored
2
packages/gleam/0.27.0/compile
vendored
|
@ -8,7 +8,7 @@ cp /piston/packages/gleam/0.27.0/project/build/packages* project/build -r || tru
|
|||
cat $1 > project/src/project.gleam
|
||||
|
||||
# Compile args need to be read by run
|
||||
echo "$@" > compile_args
|
||||
printf "$@" > compile_args
|
||||
|
||||
cd project
|
||||
ls -R -a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue