scripts/code.sh: remove -x

This commit is contained in:
Martin Aeschlimann 2019-07-30 16:37:15 +02:00
parent d04d9d17c8
commit 327832422c

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -ex
set -e
if [[ "$OSTYPE" == "darwin"* ]]; then
realpath() { [[ $1 = /* ]] && echo "$1" || echo "$PWD/${1#./}"; }