updated to work on centos
authorChris Koeritz <fred@gruntose.com>
Thu, 25 Jun 2020 14:42:11 +0000 (10:42 -0400)
committerChris Koeritz <fred@gruntose.com>
Thu, 25 Jun 2020 14:42:11 +0000 (10:42 -0400)
commitd2d3561b26715d0b77cb29fb9fe257c2c4959cc6
tree15064873d820d0d7834dc04d20f655efbc8f9f04
parentcf89d0dceba5a7ea91050e4b835f32b29633d706
updated to work on centos

centos was bitching about:
  git rev-parse @
and
  git pull --tags --all
on centos 7.
revised to use:
  git rev-parse HEAD
and
  git fetch --tags --all
instead.
scripts/rev_control/version_control.sh