diff --git a/cipherscan b/cipherscan index 75851fd..c38bc85 100755 --- a/cipherscan +++ b/cipherscan @@ -60,6 +60,7 @@ verbose() { debug(){ if [ $DEBUG == 1 ]; then echo Debug: "$@" >&2 + set -evx fi }