r77771 - /scripts/AUTHOR
dmn at users.alioth.debian.org
dmn at users.alioth.debian.org
Sat Jul 23 16:14:07 UTC 2011
Author: dmn
Date: Sat Jul 23 16:14:06 2011
New Revision: 77771
URL: http://svn.debian.org/wsvn/?sc=1&rev=77771
Log:
-s is a curl option
Modified:
scripts/AUTHOR
Modified: scripts/AUTHOR
URL: http://svn.debian.org/wsvn/scripts/AUTHOR?rev=77771&op=diff
==============================================================================
--- scripts/AUTHOR (original)
+++ scripts/AUTHOR Sat Jul 23 16:14:06 2011
@@ -17,13 +17,13 @@
fi
if which curl > /dev/null; then
- CURL=curl
+ CURL='curl -s'
else
CURL='wget -q -O -'
fi
if echo $author | grep -E -q -e '-guest$'; then
- email=`$CURL -s http://alioth.debian.org/users/$author/ | grep sendmessage|grep touser|grep nospam|sed 's,.*<strong><a href[^>]\+>,,; s/<.*//; s/ @nospam@ /@/'`;
+ email=`$CURL http://alioth.debian.org/users/$author/ | grep sendmessage|grep touser|grep nospam|sed 's,.*<strong><a href[^>]\+>,,; s/<.*//; s/ @nospam@ /@/'`;
if [ -z "$email" ]; then
email="$author at users.alioth.debian.org";
More information about the Pkg-perl-cvs-commits
mailing list