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