forked from github/server
typo in last commit
This commit is contained in:
parent
9f5ffe974f
commit
c17a2ffe02
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
eval ($luarocks path)
|
||||
eval $(luarocks path)
|
||||
ROOT=$(git rev-parse --show-toplevel)
|
||||
[ -z $BUILD ] && BUILD=Debug ; export BUILD
|
||||
|
||||
|
|
Loading…
Reference in New Issue