[147265] branches/vcs-fetch/base/src/port1.0/portfetch.tcl

raimue at macports.org raimue at macports.org
Thu Mar 31 17:52:14 PDT 2016


Revision: 147265
          https://trac.macports.org/changeset/147265
Author:   raimue at macports.org
Date:     2016-03-31 17:52:14 -0700 (Thu, 31 Mar 2016)
Log Message:
-----------
Add missing space forgotten in r147246

Revision Links:
--------------
    https://trac.macports.org/changeset/147246

Modified Paths:
--------------
    branches/vcs-fetch/base/src/port1.0/portfetch.tcl

Modified: branches/vcs-fetch/base/src/port1.0/portfetch.tcl
===================================================================
--- branches/vcs-fetch/base/src/port1.0/portfetch.tcl	2016-04-01 00:49:40 UTC (rev 147264)
+++ branches/vcs-fetch/base/src/port1.0/portfetch.tcl	2016-04-01 00:52:14 UTC (rev 147265)
@@ -469,7 +469,7 @@
     set options "-q"
     if {${git.branch} eq ""} {
         # if we're just using HEAD, we can make a shallow repo
-        append options "--depth=1"
+        append options " --depth=1"
     }
 
     ui_info "$UI_PREFIX Cloning ${fetch.type} repository"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160331/9697a165/attachment.html>


More information about the macports-changes mailing list