Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/soas-aslo-and-content.ks
diff options
context:
space:
mode:
authorMartin Dengler <martin@martindengler.com>2009-07-09 17:25:28 (GMT)
committer Martin Dengler <martin@martindengler.com>2009-07-09 17:25:28 (GMT)
commit556338a18129e30d87f4af2f3b88709d251c1e0d (patch)
treeaf9cd1e73b12e20b25756729f0155512e812d670 /soas-aslo-and-content.ks
parente676856206a891bb77858b715a6a0e820653f54d (diff)
silence curl for aslo downloads
Diffstat (limited to 'soas-aslo-and-content.ks')
-rw-r--r--soas-aslo-and-content.ks2
1 files changed, 1 insertions, 1 deletions
diff --git a/soas-aslo-and-content.ks b/soas-aslo-and-content.ks
index 1ab3620..8517d74 100644
--- a/soas-aslo-and-content.ks
+++ b/soas-aslo-and-content.ks
@@ -81,7 +81,7 @@ for pdf in $PDFS ; do
remote_file=$(basename $(curl -4 -s -L -w %{url_effective} -I $url | tail -1))
bundle=$CACHE_DIR/$remote_file
if [ ! -f $bundle ] ; then
- curl -4 -L $url > $bundle
+ curl -s -4 -L $url > $bundle
fi
cp -p $bundle $BUNDLES_DIR
done