6 lines
136 B
Bash
Executable file
6 lines
136 B
Bash
Executable file
# -*- mode: shell-script -*-
|
|
|
|
if [ -n "$__EXECUTED_GIT_COMMAND" ]; then
|
|
update_current_git_vars
|
|
unset __EXECUTED_GIT_COMMAND
|
|
fi
|