[Surfraw-commits] [SCM] surfraw - a fast unix command line interface to WWW branch, master, updated. surfraw_2-2-5_1-219-g9f335f2
Ivy Foster
joyfulgirl at archlinux.us
Thu Mar 29 19:59:36 UTC 2012
The following commit has been merged in the master branch:
commit 7ccb766498674284dcb383dded9e178a01de6a02
Author: Ivy Foster <joyfulgirl at archlinux.us>
Date: Sat Mar 17 16:21:06 2012 -0400
Keep duckduckgo's -l[ucky] from clobbering -lh
diff --git a/elvi/duckduckgo b/elvi/duckduckgo
index 8487694..b8372b6 100755
--- a/elvi/duckduckgo
+++ b/elvi/duckduckgo
@@ -36,7 +36,7 @@ w3_parse_option_hook () {
opt="$1"
optarg="$2"
case "$opt" in
- -d*|-l*) setoptyn SURFRAW_duckduckgo_got_a_ducky_feeling 1 ;;
+ -d*|-l|-lu*) setoptyn SURFRAW_duckduckgo_got_a_ducky_feeling 1 ;;
-j|-javascript*) setoptyn SURFRAW_duckduckgo_use_javascript 1 ;;
-p|-safe*) setoptyn SURFRAW_duckduckgo_safe_arg 1 ;;
-r|-redirect*) setoptyn SURFRAW_duckduckgo_redirect_arg 1 ;;
--
surfraw - a fast unix command line interface to WWW
More information about the Surfraw-commits
mailing list