diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-01-12 19:24:03 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-01-12 19:24:03 +0100 |
commit | e3a4063ac61b336d96e4c43589e43ab42f9991b6 (patch) | |
tree | 5693326f9d6e08b7f025fac7a748fc0f738e0be0 /scripts/build/debug | |
parent | 5280cd71beeedfff4d980487e91455405de4e1d2 (diff) | |
download | crosstool-ng-e3a4063ac61b336d96e4c43589e43ab42f9991b6.tar.gz crosstool-ng-e3a4063ac61b336d96e4c43589e43ab42f9991b6.tar.bz2 crosstool-ng-e3a4063ac61b336d96e4c43589e43ab42f9991b6.zip |
scripts/functions: change handling of nochdir
- 'nochdir' must be the first option
- have systematic pushd/popd, even if nochdir
Diffstat (limited to 'scripts/build/debug')
-rw-r--r-- | scripts/build/debug/200-duma.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/debug/200-duma.sh b/scripts/build/debug/200-duma.sh index 225d00ca..de0c5c11 100644 --- a/scripts/build/debug/200-duma.sh +++ b/scripts/build/debug/200-duma.sh @@ -16,7 +16,7 @@ do_debug_duma_extract() { # name from the version in order to find the appropriate patches # YEM: FIXME: make CT_Patch more intelligent, Eg.: CT_Patch duma _ "${CT_DUMA_VERSION}" CT_DoExecLog DEBUG touch "${CT_SRC_DIR}/.duma-${CT_DUMA_VERSION}.extracted" - CT_Patch "duma-${CT_DUMA_VERSION}" nochdir + CT_Patch nochdir "duma-${CT_DUMA_VERSION}" CT_Popd } |