mirror of
https://github.com/mozilla/cipherscan.git
synced 2026-02-05 22:55:15 +01:00
add real execution tracing to debug
This commit is contained in:
@@ -60,6 +60,7 @@ verbose() {
|
||||
debug(){
|
||||
if [ $DEBUG == 1 ]; then
|
||||
echo Debug: "$@" >&2
|
||||
set -evx
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user