On Thursday 18 March 2010 02:15:07 Doug Evans wrote: > - if {$result == 1 && [regexp {^(/usr/sbin/prelink: [^ ]* does not have > .gnu.prelink_undo section\n?)*$} $output]} { > + if {$result == 1 && [regexp {^(/usr/sbin/prelink[^ ]*: [^ ]* does not > have .gnu.prelink_undo section\n?)*$} $output]} { since the prelink filename shouldnt have a colon in it, should that be used in the regex instead ? /usr/sbin/prelink[^:]*: -mike