- fix white-space damage

 -------- diffstat follows --------
 /trunk/scripts/build/elf2flt.sh |    6     3     3     0 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
This commit is contained in:
Yann E. MORIN" 2009-05-13 21:00:50 +00:00
parent df07dda46d
commit f759f2676f

View File

@ -5,9 +5,9 @@
# Download elf2flt
do_elf2flt_get() {
CT_GetCVS "elf2flt-cvs-${CT_ELF2FLT_VERSION}" \
":pserver:anonymous@cvs.uclinux.org:/var/cvs" \
"elf2flt" \
CT_GetCVS "elf2flt-cvs-${CT_ELF2FLT_VERSION}" \
":pserver:anonymous@cvs.uclinux.org:/var/cvs" \
"elf2flt" \
"" \
"elf2flt-cvs-${CT_ELF2FLT_VERSION}"
}