Skip to content

Commit

Permalink
Lua: fix validate-luarocks script
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed Oct 9, 2023
1 parent a7a46e9 commit 0ff8adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lua/_common/validate-luarocks
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh -ef

PATH=$PATH:$PWD/lua_install/bin ./validate-version LuaRocks "$(luarocks --version)" "$@"
./validate-version LuaRocks "$(PATH=$PATH:$PWD/lua_install/bin luarocks --version)" "$@"

0 comments on commit 0ff8adf

Please sign in to comment.