mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 05:17:54 +00:00
scripts: help debugging missing directories
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
parent
dcd073828e
commit
3e297d35e8
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user