summaryrefslogtreecommitdiff
path: root/scripts/build/tools
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-04-17 19:16:17 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-04-17 19:16:17 (GMT)
commit301d9c8d5772f74f59d8cd52b3a2a296aac13409 (patch)
treee0fd557eb6733fa945dbbf87a162e9d4be2a08ef /scripts/build/tools
parent9e9d061e012a27b0d79f5efed45344800266fbe7 (diff)
Commit a long-standing eye-dcandy change in a log, that got lost in a vi crash...
scripts/build/tools/sstrip.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Diffstat (limited to 'scripts/build/tools')
-rw-r--r--scripts/build/tools/sstrip.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/tools/sstrip.sh b/scripts/build/tools/sstrip.sh
index ca4b51e..5afdcb0 100644
--- a/scripts/build/tools/sstrip.sh
+++ b/scripts/build/tools/sstrip.sh
@@ -48,7 +48,7 @@ case "${CT_SSTRIP_FROM}" in
return 0
fi
CT_Pushd "${CT_TARBALLS_DIR}"
- CT_DoLog EXTRA "Retrieving \"sstrip\" (from buildroot's svn)"
+ CT_DoLog EXTRA "Retrieving \"sstrip\" from network"
http_data=`lynx -dump "${sstrip_url}"`
link=`echo -en "${http_data}" \
|egrep '\[[[:digit:]]+\]download' \