pkg(lua-5.4.2): Fix path in environment

This commit is contained in:
Shivansh-007 2021-03-17 15:46:35 +05:30 committed by GitHub
parent 8f71c8f4a7
commit 6b64c4bb5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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