r2g icon indicating copy to clipboard operation
r2g copied to clipboard

bash flags active

Open ORESoftware opened this issue 7 years ago • 0 comments

https://stackoverflow.com/questions/49949201/determine-if-set-e-flag-if-is-active-in-bash

From help test:

-o OPTION      True if the shell option OPTION is enabled.

...

[ -o errexit ]

ORESoftware avatar May 09 '18 20:05 ORESoftware