Re: Karsten Hilbert 2017-10-07 <[email protected]> > condition: $? which is 0 which is "FALSE"
0 is a program exit code where 0 is true and everything else is false. So yes, this is inverted logic. Christoph
Re: Karsten Hilbert 2017-10-07 <[email protected]> > condition: $? which is 0 which is "FALSE"
0 is a program exit code where 0 is true and everything else is false. So yes, this is inverted logic. Christoph