[pkg-opensc-commit] [libp11] 51/239: use -nv instead of --non-verbose since wget 1.10 now uses --no-verbose instead. Grr!
Eric Dorland
eric at moszumanska.debian.org
Sat Oct 17 06:21:07 UTC 2015
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository libp11.
commit bff17070bb37bc9c2b18ee6f8e49821831e5919c
Author: Ludovic Rousseau <ludovic.rousseau+github at gmail.com>
Date: Wed Sep 14 09:48:46 2005 +0000
use -nv instead of --non-verbose since wget 1.10 now uses --no-verbose
instead. Grr!
---
doc/export-wiki.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/export-wiki.sh b/doc/export-wiki.sh
index c95f412..295f38c 100755
--- a/doc/export-wiki.sh
+++ b/doc/export-wiki.sh
@@ -22,7 +22,7 @@ fi
rm -rf "$SRCDIR"/*.html "$SRCDIR"/*.css
-wget --non-verbose $SERVER/$WIKI/TitleIndex -O "$SRCDIR"/TitleIndex.tmp
+wget -nv $SERVER/$WIKI/TitleIndex -O "$SRCDIR"/TitleIndex.tmp
grep "\"/$WIKI/[^\"]*\"" "$SRCDIR"/TitleIndex.tmp \
|sed -e "s#.*\"/$WIKI/\([^\"]*\)\".*#\1#g" \
@@ -33,7 +33,7 @@ sed -e /^Trac/d -e /^Wiki/d -e /^TitleIndex/d -e /^RecentChanges/d \
for A in WikiStart `cat "$SRCDIR"/WikiWords.tmp`
do
F=`echo $A|sed -e 's/\//_/g'`
- wget --non-verbose $SERVER/$WIKI/$A -O "$SRCDIR"/$F.tmp
+ wget -nv $SERVER/$WIKI/$A -O "$SRCDIR"/$F.tmp
xsltproc --output "$SRCDIR"/$F.html "$SRCDIR"/$XSL "$SRCDIR"/$F.tmp
sed -e "s#<a href=\"/$WIKI/\([^\"]*\)\"#<a href=\"\1.html\"#g" \
-i "$SRCDIR"/$F.html
@@ -41,7 +41,7 @@ done
mv "$SRCDIR"/WikiStart.html "$SRCDIR"/index.html
-wget --non-verbose http://www.opensc.org/trac/css/trac.css \
+wget -nv http://www.opensc.org/trac/css/trac.css \
-O "$SRCDIR"/trac.css
rm "$SRCDIR"/*.tmp
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/libp11.git
More information about the pkg-opensc-commit
mailing list