summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2008-06-05 13:37:02 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2008-06-05 13:37:02 +0000
commit38f06c491e39f51638e8eed5bc8e4c5cfa058406 (patch)
tree40db8e56cf20c24ec318bcf1b0afb70f8acb370b /plugins
parent89e5a64399e5cd3991ed8fe930ba70ac2a1963fd (diff)
downloadptxdist-38f06c491e39f51638e8eed5bc8e4c5cfa058406.tar.gz
ptxdist-38f06c491e39f51638e8eed5bc8e4c5cfa058406.tar.xz
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8384 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/url_check/main2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/url_check/main b/plugins/url_check/main
index 4643c029e..10f0df71c 100755
--- a/plugins/url_check/main
+++ b/plugins/url_check/main
@@ -188,7 +188,7 @@ init(){
create_url_list(){
echo "creating list of download URLS for `echo $PACKAGES | wc -w` packages (This may take a while!)"
for target in $PACKAGES; do
- $PTXDIST print ${target}_URL | $SED -e s/.*is\ \"//g -e s/\"//g >> $TMPDIR/urllist 2>> $TMPDIR/errors
+ $PTXDIST print ${target}_URL 2>> $TMPDIR/errors | $SED -e s/.*is\ \"//g -e s/\"//g >> $TMPDIR/urllist
echo -n "."
done
echo "done"