diff --git a/scripts/functions b/scripts/functions index 5eab53e9..c58ccb39 100644 --- a/scripts/functions +++ b/scripts/functions @@ -414,6 +414,7 @@ CT_EndStep() { # Pushes into a directory, and pops back CT_Pushd() { + CT_DoLog DEBUG "Entering '$1'" pushd "$1" >/dev/null 2>&1 } CT_Popd() {