Permalink
Please sign in to comment.
Browse files
Implement $FUNCNAME (bash-only, used by Nix.)
Also make note of a var-ref issue where $? is not dynamic. Addresses issue #26.
- Loading branch information...
Showing
with
47 additions
and 19 deletions.
- +2 −2 core/cmd_exec.py
- +1 −0 core/completion_test.py
- +21 −2 core/state.py
- +7 −7 core/state_test.py
- +4 −7 spec/introspect.test.sh
- +11 −0 spec/var-ref.test.sh
- +1 −1 test/spec.sh
0 comments on commit
0b86961