Skip to content

Commit 08b1546

Browse files
committed
use "=" in parameter
1 parent cdf4b83 commit 08b1546

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"
17+
./configure --with-lua-bin="usr/local/bin"
1818
;;
1919
*)
2020
./configure

0 commit comments

Comments
 (0)