mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
pkg(lua-5.4.2): Add PATH to indicate we are chaining them.
PATH is a list of paths the shell should look for the binary.
This commit is contained in:
parent
6b64c4bb5f
commit
7f07024129
1 changed files with 1 additions and 1 deletions
2
packages/lua/5.4.2/environment
vendored
2
packages/lua/5.4.2/environment
vendored
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Put 'export' statements here for environment variables
|
||||
export PATH="lua-5.4.2/src"
|
||||
export PATH="lua-5.4.2/src:$PATH"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue