mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 21:16:29 +02:00
nope use echo
This commit is contained in:
parent
15028055e2
commit
15562246ef
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
|
||||
printf "$@" > compile_args
|
||||
echo "$@" > compile_args
|
||||
|
||||
cd project
|
||||
ls -R -a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue