summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-01-05 22:27:19 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-01-05 22:27:19 (GMT)
commit27199362d543e8eba80faca1b4d67fc8b75eaa5f (patch)
tree8d4719ee57fd7633101a2c6216ea7f2da3cd8a96
parente950bbfeb2fdd5bf4648bf07003ae1ef860d256c (diff)
debug/ltrace: fix for a latent bug
-rw-r--r--scripts/build/debug/400-ltrace.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/build/debug/400-ltrace.sh b/scripts/build/debug/400-ltrace.sh
index 06d34cd..7c017e5 100644
--- a/scripts/build/debug/400-ltrace.sh
+++ b/scripts/build/debug/400-ltrace.sh
@@ -4,10 +4,11 @@ do_debug_ltrace_get() {
CT_GetFile "ltrace_${CT_LTRACE_VERSION}.orig" .tar.gz \
{ftp,http}://ftp.de.debian.org/debian/pool/main/l/ltrace/
# Create a link so that the following steps are easier to do:
- cd "${CT_TARBALLS_DIR}"
+ CT_Pushd "${CT_TARBALLS_DIR}"
ltrace_ext=$(CT_GetFileExtension "ltrace_${CT_LTRACE_VERSION}.orig")
ln -sf "ltrace_${CT_LTRACE_VERSION}.orig${ltrace_ext}" \
"ltrace-${CT_LTRACE_VERSION}${ltrace_ext}"
+ CT_Popd
}
do_debug_ltrace_extract() {