vtk-m/Utilities
Kenneth Moreland a0ba2765f7 Fix errors with variable names with hyphen in git setup scripts
Specifically, several of the git setup scripts defined a function
named "egrep-q". This almost always works, but I happened to have
an install of git on windows/cygwin that gave the error:

    `egrep-q': not a valid identifier

I always thought hyphens were allowed in script identifiers (and
usually they are), but apparently sometimes they are not. (See
for example
https://stackoverflow.com/questions/2821043/allowed-characters-in-linux-environment-variable-names).
This provides an easy fix by replacing egrep-q with egrep_q.
2017-09-19 10:40:51 -06:00
..
Git Add ability to get VTK-m version from git 2017-01-26 10:02:04 -07:00
GitSetup Fix errors with variable names with hyphen in git setup scripts 2017-09-19 10:40:51 -06:00
SetupForDevelopment.sh Enable SetupForDevelopment in VTK-m 2017-06-07 10:02:38 -04:00
update-gitsetup.bash Add the update scripts needed to import GitSetup 2017-06-07 09:43:50 -04:00
update-third-party.bash Add the update scripts needed to import GitSetup 2017-06-07 09:43:50 -04:00