Ticket #12700: portutil.tcl-bsd-sed.2.diff
File portutil.tcl-bsd-sed.2.diff, 408 bytes (added by nox@…, 17 years ago) |
---|
-
portutil.tcl
701 701 set tmpfile [lindex $tmpfile 1] 702 702 } 703 703 704 set cmdline sed 704 # We need to hardcode the path to BSD sed as the -E flag is a BSD extension (see #12700) 705 set cmdline /usr/bin/sed 705 706 if {$extended} { 706 707 lappend cmdline -E 707 708 }