mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-09 11:36:27 +02:00
Export environment variables: VMODULES and TMPDIR environment vars to the current working dir in the run script.
This commit is contained in:
parent
aaf417c701
commit
21c4d7c310
1 changed files with 4 additions and 0 deletions
4
packages/vlang/0.1.13/run
vendored
4
packages/vlang/0.1.13/run
vendored
|
@ -1,4 +1,8 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# Export environment variables
|
||||||
|
export VMODULES="$PWD"
|
||||||
|
export TMPDIR="$PWD"
|
||||||
|
|
||||||
# Put instructions to run the runtime
|
# Put instructions to run the runtime
|
||||||
v run "$@"
|
v run "$@"
|
Loading…
Add table
Add a link
Reference in a new issue