[Surfraw-commits] [surfraw] 01/01: Sourceforge search URL change Thanks Jude DaShiell for the report
jason ryan
jasonwryan-guest at moszumanska.debian.org
Sun Apr 12 05:50:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
jasonwryan-guest pushed a commit to branch master
in repository surfraw.
commit 650ba85507cd50710a66d7562880e4b33812663d
Author: Jason Ryan <jasonwryan at gmail.com>
Date: Sun Apr 12 17:49:18 2015 +1200
Sourceforge search URL change
Thanks Jude DaShiell for the report
---
elvi/sourceforge | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/elvi/sourceforge b/elvi/sourceforge
index 451608f..e3cbdca 100755
--- a/elvi/sourceforge
+++ b/elvi/sourceforge
@@ -52,12 +52,12 @@ w3_parse_args "$@"
if test -z "$w3_args"; then
w3_browse_url "http://www.sourceforge.net/"
else
- escaped_args=`w3_url_of_arg $w3_args`
- if `yesno SURFRAW_sourceforge_exact`
+ escaped_args=$(w3_url_of_arg $w3_args)
+ if $(yesno SURFRAW_sourceforge_exact)
then
isexact=1
else
isexact=0
fi
- w3_browse_url "http://sourceforge.net/search/?words=${escaped_args}&exact=$isexact&type_of_search=$SURFRAW_sourceforge_searchtype"
+ w3_browse_url "http://sourceforge.net/search/?words=${escaped_args}&exact=$isexact&typeofsearch=$SURFRAW_sourceforge_searchtype"
fi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/surfraw/surfraw.git
More information about the Surfraw-commits
mailing list