OILS
/
spec
/
testdata
/
module
/ common.ysh
View on Github
|
oilshell.org
9 lines, 5 significant
1
# Without this guard, the test would fail with 2 'common'
2
source-guard
'
common
'
|| return 0
3
4
echo
'
common
'
5
6
log() {
7
echo
"
$@
"
>&2
8
}
9