From b7573240fa79dc465bde79dd37c7b2fa63f642c5 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 23 Nov 2008 13:11:12 +0000 Subject: [PATCH] Clifford Wolf: Fixed "./scripts/Download -all" [2008110511365477190] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@9384 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- scripts/Download | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Download b/scripts/Download index 97a22c83d..ca476855f 100755 --- a/scripts/Download +++ b/scripts/Download @@ -983,7 +983,7 @@ all() { for each in target/*/download.txt target/*/*/download.txt; do target="`echo $each | cut -f2 -d/`" - parse_download < <(cat $each) + parse_download < <(sed 's,^,DDD ,' < $each) done }