gash/tests/00-exit-var.sh

4 lines
23 B
Bash
Raw Normal View History

2018-12-01 07:42:15 +00:00
set +e
ls /foo
exit $?