Revision: 6346
          http://gar.svn.sourceforge.net/gar/?rev=6346&view=rev
Author:   trygvis
Date:     2009-09-18 15:26:30 +0000 (Fri, 18 Sep 2009)

Log Message:
-----------
o Fixing a typo in the git support.

Modified Paths:
--------------
    csw/mgar/gar/v2/gar.lib.mk

Modified: csw/mgar/gar/v2/gar.lib.mk
===================================================================
--- csw/mgar/gar/v2/gar.lib.mk  2009-09-18 15:12:23 UTC (rev 6345)
+++ csw/mgar/gar/v2/gar.lib.mk  2009-09-18 15:26:30 UTC (rev 6346)
@@ -68,7 +68,7 @@
 # to update the code.
 # we possibly proxy the git:// references depending on GIT_USE_PROXY
 git-http//%:
-       @$git clone --bare http://$* $(PARTIALDIR)/$(call GITPROJ,$*)
+       @git clone --bare http://$* $(PARTIALDIR)/$(call GITPROJ,$*)
        @( cd $(PARTIALDIR)/$(call GITPROJ,$*); \
                git remote add origin http://$*; \
                git config remote.origin.fetch $(if $(GIT_REFS_$(call 
GITPROJ,$*)),$(GIT_REFS_$(call GITPROJ,$*)),$(GIT_DEFAULT_TRACK)); )


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