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 cdf4b83 commit 08b1546Copy full SHA for 08b1546
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"
+ ./configure --with-lua-bin="usr/local/bin"
18
;;
19
*)
20
./configure
0 commit comments