[Lazarus] Lazarus manager - Linux

Mattias Gaertner nc-gaertnma at netcologne.de
Tue May 31 19:00:08 CEST 2011


On Tue, 31 May 2011 13:54:01 -0300
silvioprog <silvioprog at gmail.com> wrote:

> 2011/5/31 Mattias Gaertner <nc-gaertnma at netcologne.de>:
> > 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




More information about the Lazarus mailing list