|
From: Mike F. <va...@ge...> - 2006-06-25 16:05:53
|
On Sunday 25 June 2006 07:31, Daniel Kobras wrote: > On Sun, Jun 25, 2006 at 03:45:25AM -0400, Mike Frysinger wrote: > > simple patch ... if some autotool fails, abort the script, dont just ke= ep > > running > > How about this even simpler version to achieve the same? yes, some people use set -e to accomplish the same thing, it's just been my= =20 experience that truly portable projects go with '|| exit' instead of 'set -= e' either works for me though, i'm a bleeding edge wh0re after all :) =2Dmike |