On Tue, 31 May 2011 13:54:01 -0300
silvioprog <[email protected]> wrote:

> 2011/5/31 Mattias Gaertner <[email protected]>:
> > Yes.
> > You should add a
> > set -e
> > to stop on errors.
> 
> Where? In Make?

No, at the beginning of your script.

#!/bin/sh
# Script by silvioprog - http://silvioprog.com.br
set -e


Mattias

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to