Changeset 81832
- Timestamp:
- 08/05/11 10:47:38 (4 years ago)
- File:
-
- 1 edited
-
trunk/base/src/macports1.0/macports.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/src/macports1.0/macports.tcl
r81831 r81832 1185 1185 set tarflags [get_tar_flags [file extension $fetchfile]] 1186 1186 set qflag ${macports::autoconf::tar_q} 1187 set cmdline "$tarcmd ${tarflags}${qflag}xOf '$fetchfile'+CONTENTS"1187 set cmdline "$tarcmd ${tarflags}${qflag}xOf \"$fetchfile\" +CONTENTS" 1188 1188 ui_debug "$cmdline" 1189 if {![catch {set contents [e xec $cmdline]}]} {1189 if {![catch {set contents [eval exec $cmdline]}]} { 1190 1190 set binary 1 1191 1191 ui_debug "getting port name from binary archive" … … 1208 1208 ui_debug "extracting port archive to [pwd]" 1209 1209 if {$binary} { 1210 set cmdline "$tarcmd ${tarflags}${qflag}xOf {$fetchfile}+PORTFILE > Portfile"1211 } else { 1212 set cmdline "$tarcmd ${tarflags}xf {$fetchfile}"1210 set cmdline "$tarcmd ${tarflags}${qflag}xOf \"$fetchfile\" +PORTFILE > Portfile" 1211 } else { 1212 set cmdline "$tarcmd ${tarflags}xf \"$fetchfile\"" 1213 1213 } 1214 1214 ui_debug "$cmdline"
Note: See TracChangeset
for help on using the changeset viewer.

