OILS / spec / testdata / module / redefinition.ysh View on Github | oilshell.org

9 lines, 5 significant
1module 'redefinition' || return 0
2
3echo 'redefinition'
4
5# duplicated definition from common.oil
6log() {
7 echo "$@" >&2
8}
9