@ -4,7 +4,7 @@
#!/bin/bash
-set -ueo pipefail
-#set -x
+set -x
+set -e
REPO_DIR="$(cd "$(dirname "$0")" && pwd)"
SRC_DIR="$REPO_DIR/src"