42shpimanmls / 42sh

Shell project at 42
3 stars 0 forks source link

Simple command with logic operator doesn't work && || #188

Closed pilespin closed 7 years ago

pilespin commented 7 years ago
$ ./segv && echo FAILURE
42sh: error signal -11 --Segmentation violation (ANSI).
FAILURE
$ ./segv || echo FAILURE
42sh: error signal -11 --Segmentation violation (ANSI).

maybe invert && by || --lol

n0izn0iz commented 7 years ago

Pas de substitution de commande ici @pilespin donc rien a voir avec #107

lsimonne commented 7 years ago

211