1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Include bash version

This commit is contained in:
Tim Byrne
2022-01-17 11:45:09 -06:00
parent 8186705059
commit 32bc9abb0c
2 changed files with 6 additions and 3 deletions

3
yadm
View File

@@ -1413,8 +1413,9 @@ function upgrade() {
function version() {
echo "bash version $BASH_VERSION"
printf " "; "$GIT_PROGRAM" --version
echo "yadm version $VERSION"
"$GIT_PROGRAM" --version
exit_with_hook 0
}