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

Ian Beckwith ianb at erislabs.net
Thu May 12 02:16:10 UTC 2011


The following commit has been merged in the master branch:
commit 89d58cc8eccb90879eecb3b806607f70c5c06584
Author: Ian Beckwith <ianb at erislabs.net>
Date:   Thu May 12 02:58:22 2011 +0100

    surfraw.IN: if elvi doesn't exist, send usage to stderr not stdout.

diff --git a/ChangeLog b/ChangeLog
index 732221b..e568645 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
 
 2011-05-12  Ian Beckwith  <ianb at erislabs.net>
 
+	* surfraw.IN: if elvi doesn't exist, send usage to stderr not stdout.
 	* Added tests for archwiki, deli & stack.
 	* README:
 	  + added INTEGRATION section on uzbl and pentadactyl.
diff --git a/surfraw.IN b/surfraw.IN
index 9205392..a2616df 100755
--- a/surfraw.IN
+++ b/surfraw.IN
@@ -564,7 +564,7 @@ then
 				w3_browse_url "$bookmark"
 			else
 				echo "`basename $0`: $elvi: No elvis or bookmark with that name"
-				surfraw_usage
+				surfraw_usage >&2
 				exit 1
 			fi
 	   fi

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



More information about the Surfraw-commits mailing list