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.
_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to