We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1922efa commit 3d042e2Copy full SHA for 3d042e2
scripts/buildLuaRocks.sh
@@ -14,7 +14,7 @@ rm luarocks-3.12.2.tar.gz
14
cd luarocks-3.12.2
15
case $(uname -v) in
16
*FreeBSD*)
17
- ./configure --with-lua-bin="/usr/local/bin/$($LUA_BIN_NAME)"
+ ./configure --with-lua-bin="/usr/local/bin/$LUA_BIN_NAME"
18
;;
19
*)
20
./configure
0 commit comments