Removing debug opts.

pull/17/head
Pete Peteches McCabe 2016-01-07 23:07:31 +00:00 committed by Bruno Sutic
parent 409726b3f9
commit 328d070787
No known key found for this signature in database
GPG Key ID: CAFA7B1B2914ED81
2 changed files with 0 additions and 4 deletions

View File

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

View File

@ -1,7 +1,5 @@
#!/usr/bin/env bash
set -x
CURRENT_DIR="$( dirname ${BASH_SOURCE[0]} )"
source "$CURRENT_DIR/../helpers.sh"