From e950bbfeb2fdd5bf4648bf07003ae1ef860d256c Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 5 Jan 2010 18:56:44 +0100 Subject: debug/ltrace: chop long lines diff --git a/scripts/build/debug/400-ltrace.sh b/scripts/build/debug/400-ltrace.sh index 2b7ebed..06d34cd 100644 --- a/scripts/build/debug/400-ltrace.sh +++ b/scripts/build/debug/400-ltrace.sh @@ -1,11 +1,13 @@ # Build script for ltrace do_debug_ltrace_get() { - CT_GetFile "ltrace_${CT_LTRACE_VERSION}.orig" .tar.gz {ftp,http}://ftp.de.debian.org/debian/pool/main/l/ltrace/ + 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}" ltrace_ext=$(CT_GetFileExtension "ltrace_${CT_LTRACE_VERSION}.orig") - ln -sf "ltrace_${CT_LTRACE_VERSION}.orig${ltrace_ext}" "ltrace-${CT_LTRACE_VERSION}${ltrace_ext}" + ln -sf "ltrace_${CT_LTRACE_VERSION}.orig${ltrace_ext}" \ + "ltrace-${CT_LTRACE_VERSION}${ltrace_ext}" } do_debug_ltrace_extract() { -- cgit v0.10.2-6-g49f6