Got it, thanks
On Wed, Jun 22, 2016 at 12:21 PM, Chet Ramey 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:
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 "