OILS / spec / testdata / bug-shellopts / module.ysh View on Github | oils.pub

6 lines, 6 significant
1echo a
2set -o errexit
3echo b
4. ./common.sh
5const __provide__ = :| |
6var tst = 'module string'