diff options
author | Teddy Wing | 2018-02-21 00:45:44 +0100 |
---|---|---|
committer | Teddy Wing | 2018-02-21 00:45:44 +0100 |
commit | e873319c864540146f065ab6698a98c173d0eca0 (patch) | |
tree | a2885b4c34bd3b4bf9bee85b8165431b945a28d9 /git-branch-list.bash-completion | |
parent | ae774af79b17c4369a4ce94ed16a2a4d8a9bb90d (diff) | |
download | git-branch-list-e873319c864540146f065ab6698a98c173d0eca0.tar.bz2 |
git-branch-list(is_a_branch): Remove `$?` from `return`
I had forgotten when I wrote this, but the Bash help says:
> If N is omitted, the return status is that of the last command.
Meaning we don't need to explicitly return the code from the last
command as that's what happens by default.
Diffstat (limited to 'git-branch-list.bash-completion')
0 files changed, 0 insertions, 0 deletions