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)
commit38aacae3e1c6524cf3d6f9be2f107fdf4ab63cac
tree15064873d820d0d7834dc04d20f655efbc8f9f04
parente50feb1b735ac4e228e5190cd86894dd8a5b90b4
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