On Sunday 24 February 2002 3:06 am, Mayuresh Kathe wrote:
> So in that case, instead of typing out 'bzcat patchname | patch -p0' ten
> times, it would be easier to run a script which does everything for you.

The problem with this approach is error recovery. If one of the intermediate
patches didn't apply cleanly and if the script didn't handle this, you will
end up with a horribly broken kernel tree.

Scripts are OK for day to day activities, but not for things related to the
kernel, IMO. With bash's command history and readline editing, you don't gain
much with a script. IMO, if there is no control flow involved, there is no 
need for a shell script either.

Binand

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to