if (sh -c exit 34) then echo ppppppppp;fi ppppppppp The following condition should be false, because our exit value is non-zero. but 'if' considers the condition as true and executes 'echo' command. Why?
- Why sh does not return a false value? ali hagigat
- Re: Why sh does not return a false value? Davide Brini
- Re: Why sh does not return a false value? Maarten Billemont
- Re: Why sh does not return a false value? Andreas Schwab