2
0
mirror of https://github.com/mozilla/cipherscan.git synced 2024-11-04 23:13:41 +01:00

add real execution tracing to debug

This commit is contained in:
Aaron Zauner 2014-07-17 18:08:29 +02:00
parent e345f6034d
commit efd84cdb24

View File

@ -60,6 +60,7 @@ verbose() {
debug(){
if [ $DEBUG == 1 ]; then
echo Debug: "$@" >&2
set -evx
fi
}