pkg(lua-5.4.2): Add PWD before specifying the path

This commit is contained in:
Shivansh-007 2021-03-18 09:56:40 +05:30 committed by GitHub
parent 7f07024129
commit 3c60ae7503
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Put 'export' statements here for environment variables # Put 'export' statements here for environment variables
export PATH="lua-5.4.2/src:$PATH" export PATH="$PWD/lua-5.4.2/src:$PATH"