From: Duncan C. <dun...@wo...> - 2007-05-31 13:09:21
|
Thu May 31 03:51:26 PDT 2007 Duncan Coutts <du...@ha...> * Change sed script to work with solaris sed The problem was with the optional "qualified" clause, but it turns out we don't need that anyway which allows it to work with the default solaris sed. hunk ./mk/chsDepend.in 28 - | $SED 'y/./\//;s/^{#import \(qualified \)*\([a-zA-Z1-9/]*\)#}.*/\2/'`; + | $SED 'y|.|/|;s|^{#import \([a-zA-Z1-9/]*\)#}.*|\1|'`; |