[110019] branches/gsoc13-tests/src/macports1.0/macports.tcl
marius at macports.org
marius at macports.org
Sat Aug 24 11:19:54 PDT 2013
Revision: 110019
https://trac.macports.org/changeset/110019
Author: marius at macports.org
Date: 2013-08-24 11:19:54 -0700 (Sat, 24 Aug 2013)
Log Message:
-----------
macports.tcl: fixed - rename puts - line
Modified Paths:
--------------
branches/gsoc13-tests/src/macports1.0/macports.tcl
Modified: branches/gsoc13-tests/src/macports1.0/macports.tcl
===================================================================
--- branches/gsoc13-tests/src/macports1.0/macports.tcl 2013-08-24 18:17:08 UTC (rev 110018)
+++ branches/gsoc13-tests/src/macports1.0/macports.tcl 2013-08-24 18:19:54 UTC (rev 110019)
@@ -324,7 +324,7 @@
}
# Replace puts to catch errors (typically broken pipes when being piped to head)
-# rename puts tcl::puts
+rename puts tcl::puts
proc puts {args} {
catch "tcl::puts $args"
}
@@ -1428,7 +1428,7 @@
# extract the portfile (and possibly files dir if not a binary archive)
ui_debug "extracting port archive to [pwd]"
if {$binary} {
- set cmdline "$tarcmd ${tarflags}${qflag}xOf ..\"$fetchfile\" +PORTFILE > Portfile"
+ set cmdline "$tarcmd ${tarflags}${qflag}xOf \"../$fetchfile\" +PORTFILE > Portfile"
} else {
set cmdline "$tarcmd ${tarflags}xf \"$fetchfile\""
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130824/8e20a218/attachment.html>
More information about the macports-changes
mailing list