Turn off execution tracing (-x)

pull/49/merge^2
Sergei Gerasenko 2018-10-10 02:31:19 +00:00
parent 82d8ad5ef0
commit eb07eef2b8
1 changed files with 1 additions and 1 deletions

View File

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