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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Tue Jun 30 18:38:59 CEST 2009


Revision: 5453
          http://gar.svn.sourceforge.net/gar/?rev=5453&view=rev
Author:   bdwalton
Date:     2009-06-30 16:38:59 +0000 (Tue, 30 Jun 2009)

Log Message:
-----------
use gsed, not sed in gitproxy script to avoid requiring path mods

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

Modified: csw/mgar/gar/v2/bin/gitproxy
===================================================================
--- csw/mgar/gar/v2/bin/gitproxy	2009-06-30 16:23:32 UTC (rev 5452)
+++ csw/mgar/gar/v2/bin/gitproxy	2009-06-30 16:38:59 UTC (rev 5453)
@@ -5,7 +5,7 @@
     REMHOST=$1
     REMPORT=$2
 
-    set - $(echo "${http_proxy}" | sed 's/http//i' | tr -d '/' | tr ':' ' ')
+    set - $(echo "${http_proxy}" | gsed 's/http//i' | tr -d '/' | tr ':' ' ')
     PROXYHOST=$1
     PROXYPORT=$2
 


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