Got it, thanks

On Wed, Jun 22, 2016 at 12:21 PM, Chet Ramey <chet.ra...@case.edu> wrote:

> On 6/21/16 9:35 PM, Roel Van de Paar wrote:
>
> > Bash Version: 4.2
> > Patch Level: 46
> > Release Status: release
> >
> > Description:
> >         DONE=0 at the end of the 'Repeat-By' script - should be 1 ?
> >
> > Repeat-By:
> >         LINE='test'; DONE=0; echo ${LINE} | if grep -q 'test'; then
> DONE=1;
> > echo "DONE"; fi; echo $DONE
>
> All elements of a pipeline are executed in subshells.  A subshell cannot
> affect its parent's environment.  The `lastpipe' shell option can change
> this when job control is not active.
> --
> ``The lyf so short, the craft so long to lerne.'' - Chaucer
>                  ``Ars longa, vita brevis'' - Hippocrates
> Chet Ramey, ITS, CWRU    c...@case.edu
> http://cnswww.cns.cwru.edu/~chet/
>



-- 

Kind Regards,
God Bless,
-- 
Roel Van de Paar, CMDBA/CMDEV Senior QA Lead, Percona
Tel: +61 2 8004 1288 (UTC+10)
Mob: +61 427 141 635 (UTC+10)
Skype: percona.rvandepaar
http://www.percona.com/services.html

Looking for Replication with Data Consistency?
Try Percona XtraDB Cluster
<http://www.percona.com/software/percona-xtradb-cluster>!

Reply via email to