File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -69,11 +69,6 @@ git_prompt_status() {
69
69
echo $STATUS
70
70
}
71
71
72
- # this is unlikely to change so make it all statically assigned
73
- POST_1_7_2_GIT=$( git_compare_version " 1.7.2" )
74
- # clean up the namespace slightly by removing the checker function
75
- unset -f git_compare_version ()
76
-
77
72
# compare the provided version of git to the version installed and on path
78
73
# prints 1 if input version <= installed version
79
74
# prints -1 otherwise
@@ -93,4 +88,9 @@ function git_compare_version() {
93
88
echo 1
94
89
}
95
90
91
+ # this is unlikely to change so make it all statically assigned
92
+ POST_1_7_2_GIT=$( git_compare_version " 1.7.2" )
93
+ # clean up the namespace slightly by removing the checker function
94
+ unset -f git_compare_version
95
+
96
96
You can’t perform that action at this time.
0 commit comments