remove debug flag

This commit is contained in:
Enno Rehling 2021-04-28 20:04:59 +02:00
parent 4608f720ea
commit 93da2fedf8
1 changed files with 1 additions and 1 deletions

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"