From 7f07024129196ea18db0eabeb297ba43b210091b Mon Sep 17 00:00:00 2001 From: Shivansh-007 <69356296+Shivansh-007@users.noreply.github.com> Date: Thu, 18 Mar 2021 09:07:59 +0530 Subject: [PATCH] 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. --- packages/lua/5.4.2/environment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/lua/5.4.2/environment b/packages/lua/5.4.2/environment index 2b26fe3..5d94f5c 100644 --- a/packages/lua/5.4.2/environment +++ b/packages/lua/5.4.2/environment @@ -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"