typo in last commit

This commit is contained in:
Enno Rehling 2020-05-01 17:46:14 +02:00
parent 9f5ffe974f
commit c17a2ffe02
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
set -e set -e
eval ($luarocks path) eval $(luarocks path)
ROOT=$(git rev-parse --show-toplevel) ROOT=$(git rev-parse --show-toplevel)
[ -z $BUILD ] && BUILD=Debug ; export BUILD [ -z $BUILD ] && BUILD=Debug ; export BUILD