Disable DEBUG_MODE
This commit is contained in:
parent
b7a369ae90
commit
dc271d73ee
|
@ -12,7 +12,7 @@ readonly PROGNAME=$(basename "${0}")
|
||||||
readonly PROGDIR=$(readlink -m $(dirname "${0}"))
|
readonly PROGDIR=$(readlink -m $(dirname "${0}"))
|
||||||
readonly ARGS="${*}"
|
readonly ARGS="${*}"
|
||||||
readonly NBARGS="${#}"
|
readonly NBARGS="${#}"
|
||||||
[ -z "${DEBUG}" ] && readonly DEBUG=0
|
[ -z "${DEBUG}" ] && readonly DEBUG=1
|
||||||
## Export DEBUG for sub-script
|
## Export DEBUG for sub-script
|
||||||
export DEBUG
|
export DEBUG
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ readonly PROGNAME=$(basename "${0}")
|
||||||
readonly PROGDIR=$(readlink -m $(dirname "${0}"))
|
readonly PROGDIR=$(readlink -m $(dirname "${0}"))
|
||||||
readonly ARGS="${*}"
|
readonly ARGS="${*}"
|
||||||
readonly NBARGS="${#}"
|
readonly NBARGS="${#}"
|
||||||
[ -z "${DEBUG}" ] && readonly DEBUG=0
|
[ -z "${DEBUG}" ] && readonly DEBUG=1
|
||||||
## Export DEBUG for sub-script
|
## Export DEBUG for sub-script
|
||||||
export DEBUG
|
export DEBUG
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue