vtk-m/Utilities
Kenneth Moreland 394369368c Revert spelling correction in GitSetup script
A recent merge request corrected several spelling errors in VTK-m.
One such correction was in the git-gitlab-sync script in the
Utilities/GitSetup directory. This commit reverts the change in
this specific file for two reasons.

1. The changed introduced a \' inside a single quote string (to
correct cant to can't). However, single quotes in shell scripts
do not allow you to escape characters like that, and thus this
causes an error when running the script.

2. This script actually comes from a separate repository
(https://gitlab.kitware.com/utils/gitsetup) that we occasionally
syncronize with. To prevent confusion, we should minimize the
divergence between this repository and that one. If someone wants
to make this change, it should really be made in the GitSetup
repository.
2018-01-31 15:59:57 -07:00
..
Git Add ability to get VTK-m version from git 2017-01-26 10:02:04 -07:00
GitSetup Revert spelling correction in GitSetup script 2018-01-31 15:59:57 -07:00
Scripts Add python script that diffs VTKM benchmarks. 2017-09-26 16:49:25 -04: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