Modified: trunk/base/src/port1.0/portpatch.tcl (90210 => 90211)
--- trunk/base/src/port1.0/portpatch.tcl 2012-02-26 16:51:26 UTC (rev 90210)
+++ trunk/base/src/port1.0/portpatch.tcl 2012-02-26 16:55:07 UTC (rev 90211)
@@ -97,7 +97,7 @@
set gzcat "[findBinary gzip $portutil::autoconf::gzip_path] -dc"
set bzcat "[findBinary bzip2 $portutil::autoconf::bzip2_path] -dc"
foreach patch $patchlist {
- ui_info "$UI_PREFIX [format [msgcat::mc "Applying %s"] $patch]"
+ ui_info "$UI_PREFIX [format [msgcat::mc "Applying %s"] [file tail $patch]]"
switch -- [file extension $patch] {
.Z -
.gz {command_exec patch "$gzcat \"$patch\" | (" ")"}