done debugging

This commit is contained in:
q
2017-08-20 10:54:35 +03:00
parent 780921c80a
commit 28579cad07

View File

@@ -147,7 +147,6 @@ if [[ "$0" = "${BASH_SOURCE[0]}" ]]; then
MYPATH=$( readlink -f "$0" ) MYPATH=$( readlink -f "$0" )
;; ;;
esac esac
set -x
MYDIR=$( dirname "$MYPATH" ) MYDIR=$( dirname "$MYPATH" )
QTOOLS=0 QTOOLS=0
if [[ -f "$MYDIR/../rc" ]]; then if grep -q QTOOLS "$MYDIR/../rc"; then if [[ -f "$MYDIR/../rc" ]]; then if grep -q QTOOLS "$MYDIR/../rc"; then