Revision
91443
Author
ryandesign@macports.org
Date
2012-04-01 18:58:17 -0700 (Sun, 01 Apr 2012)

Log Message

multimarkdown: use 'system -W'

Modified Paths

Diff

Modified: trunk/dports/textproc/multimarkdown/Portfile (91442 => 91443)


--- trunk/dports/textproc/multimarkdown/Portfile	2012-04-02 01:09:29 UTC (rev 91442)
+++ trunk/dports/textproc/multimarkdown/Portfile	2012-04-02 01:58:17 UTC (rev 91443)
@@ -26,9 +26,9 @@
 fetch.type          git
 
 configure {
-    system "cd ${worksrcpath} && git submodule init"
+    system -W ${worksrcpath} "git submodule init"
     reinplace "s|git@github.com:|https://github.com/|" ${worksrcpath}/.git/config
-    system "cd ${worksrcpath} && git submodule update"
+    system -W ${worksrcpath} "git submodule update"
 }
 
 variant universal {}