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

     
    701701            set tmpfile [lindex $tmpfile 1]
    702702        }
    703703       
    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
    705706        if {$extended} {
    706707            lappend cmdline -E
    707708        }