Skip to content

Commit 3d042e2

Browse files
committed
fix env var
1 parent 1922efa commit 3d042e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/buildLuaRocks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rm luarocks-3.12.2.tar.gz
1414
cd luarocks-3.12.2
1515
case $(uname -v) in
1616
*FreeBSD*)
17-
./configure --with-lua-bin="/usr/local/bin/$($LUA_BIN_NAME)"
17+
./configure --with-lua-bin="/usr/local/bin/$LUA_BIN_NAME"
1818
;;
1919
*)
2020
./configure

0 commit comments

Comments
 (0)