remove debug flag

This commit is contained in:
Enno Rehling 2021-04-28 20:04:59 +02:00
parent f158dab855
commit 063aa4dd79

View file

@ -1,5 +1,5 @@
#!/bin/bash
set -ex
set -e
ROOT=$(git rev-parse --show-toplevel)
export LUA_PATH="$ROOT/scripts/?.lua;$LUA_PATH"