[Surfraw-commits] [SCM] surfraw - a fast unix command line interface to WWW branch, master, updated. surfraw_2-2-5_1-10-ge9baf56

Ian Beckwith ianb at erislabs.net
Fri Aug 28 04:47:03 UTC 2009


The following commit has been merged in the master branch:
commit e9baf56abcba79c702beed74c7c1749b0fe9643a
Author: Ian Beckwith <ianb at erislabs.net>
Date:   Fri Aug 28 05:46:34 2009 +0100

    * surfraw-bash-completion.IN: enable extglob so completion
      works standalone (thanks to James Rowe).
      See http://bugs.gentoo.org/show_bug.cgi?id=277891

diff --git a/ChangeLog b/ChangeLog
index 0ffe8a1..b10dfe6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
 2009-08-28  Ian Beckwith  <ianb at erislabs.net>
 
 	* New elvi: genbugs (thanks to Nick White).
+	* surfraw-bash-completion.IN: enable extglob so completion
+	  works standalone (thanks to James Rowe).
+	  See http://bugs.gentoo.org/show_bug.cgi?id=277891
 
 2009-07-23  Ian Beckwith  <ianb at erislabs.net>
 
diff --git a/surfraw-bash-completion.IN b/surfraw-bash-completion.IN
index ae58e65..866d87f 100644
--- a/surfraw-bash-completion.IN
+++ b/surfraw-bash-completion.IN
@@ -1,4 +1,9 @@
 # -*- sh -*- bash programmable completion for Surfraw, v2.2
+
+# This is for people who wish to use surfraw completion, without
+# installing the bash-completion package which sets this explicitly.
+shopt -s extglob
+
 _surfraw() 
 {       COMPREPLY=()
 	local cur=${COMP_WORDS[COMP_CWORD]}

-- 
surfraw -  a fast unix command line interface to WWW



More information about the Surfraw-commits mailing list