Angus Leeming <[EMAIL PROTECTED]> writes:
| Jean-Marc Lasgouttes wrote:
>> Angus> This applies to both the 1.3.x and 1.4.x trees. It turns out
>> Angus> that the standard vesions of sed on Windows can't cope with
>> Angus> DOS-style line endings in sed scripts. The chkconfig.sed script
>> Angus> that is produced by chkconfig.ltx contains these DOS line
>> Angus> endings.
>> Does this really work?? I read that as 'a line that only contains the
>> M character.'
>> sed 's/^M$//' chkconfig.sed > chkconfig2.sed
>
| Sorry, that's a literal '^M' character produced with Cntl-V Cntl-M.
>
| Yes, it really does work.
'\r' isn't working? Would be pest to avoid control chars.
| ? Yes, that works. tr is part of MinSYS and the solution is certainly
| clearer. Shall I prepare patches for 1.3.x and 1.4.x?
tr seems a lot better.
(more directly suited even)
--
Lgb