Turn off execution tracing (-x)

This commit is contained in:
Sergei Gerasenko 2018-10-10 02:31:19 +00:00
parent 82d8ad5ef0
commit eb07eef2b8

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -x
set +x
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"