[csw-devel] SF.net SVN: gar:[6965] csw/mgar/gar/v2/bin/gitproxy

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Sun Oct 25 20:40:41 CET 2009


Revision: 6965
          http://gar.svn.sourceforge.net/gar/?rev=6965&view=rev
Author:   bdwalton
Date:     2009-10-25 19:40:41 +0000 (Sun, 25 Oct 2009)

Log Message:
-----------
gar: gitproxy should send error output to stderr

Modified Paths:
--------------
    csw/mgar/gar/v2/bin/gitproxy

Modified: csw/mgar/gar/v2/bin/gitproxy
===================================================================
--- csw/mgar/gar/v2/bin/gitproxy	2009-10-25 18:29:05 UTC (rev 6964)
+++ csw/mgar/gar/v2/bin/gitproxy	2009-10-25 19:40:41 UTC (rev 6965)
@@ -15,6 +15,6 @@
     nc ${PROXYHOST} ${PROXYPORT} | (read a; read a; cat )
 
 else
-    echo Please set http_proxy in your environment.
+    echo Please set http_proxy in your environment. >&2
     exit 1
 fi


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list