diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2013-05-05 18:34:20 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2013-05-05 18:34:20 +0200 |
commit | 3e297d35e8cf60c9f3863611c1454d0e87c78f91 (patch) | |
tree | 6f6d81118bec7cb90bbba126de010d10cc58baf3 | |
parent | dcd073828e8018bf8e1193687dffd4ceb7f95fa8 (diff) | |
download | crosstool-ng-3e297d35e8cf60c9f3863611c1454d0e87c78f91.tar.gz crosstool-ng-3e297d35e8cf60c9f3863611c1454d0e87c78f91.tar.bz2 crosstool-ng-3e297d35e8cf60c9f3863611c1454d0e87c78f91.zip |
scripts: help debugging missing directories
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
-rw-r--r-- | scripts/functions | 1 |
1 files changed, 1 insertions, 0 deletions
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() { |