This commit is contained in:
GitHub Merge Button 2012-02-21 09:46:44 -08:00
commit 4adedb6d83

View file

@ -87,6 +87,10 @@ function git_compare_version() {
done
echo 1
}
#this is unlikely to change so make it all statically assigned
POST_1_7_2_GIT=$(git_compare_version "1.7.2")
#clean up the namespace slightly by removing the checker function
unset -f git_compare_version
#this is unlikely to change so make it all statically assigned
POST_1_7_2_GIT=$(git_compare_version "1.7.2")