vtk-m/Utilities
Kenneth Moreland 475261370d Fix newline issue in reproduce_ci_env.py
MR !2598 introduced some fixes to `reproduce_ci_env.py`. One of
them handled newlines in command lists by separating the command
lists by newlines in the Dockerfile (which generated a script).
Although this worked for some of the docker containers, I found
others, like rhel8, where the newlines were not escaped correctly.

Correct this problem by moving back to separating commands with
`&&`. This requires replacing newlines in commands with `&&`.
That in itself is no problem except that if you have a blank
line, you get `&& &&`, which is a syntax error for the shell.
So, avoid this by stripping newlines from commands.
2021-10-14 10:15:02 -06:00
..
CI Fix newline issue in reproduce_ci_env.py 2021-10-14 10:15:02 -06:00
Git Add ability to get VTK-m version from git 2017-01-26 10:02:04 -07:00
GitSetup Merge branch 'upstream-GitSetup' into lfs-setup-fixups 2020-04-02 12:46:57 -04:00
hooks hooks: add hook chains for development checks and LFS 2020-04-02 12:51:43 -04:00
Scripts benchmarks: pass unparsed args to Google benchmark 2020-04-21 10:52:31 -04:00
SetupForDevelopment.sh LFS: Set default url to the current origin url 2021-07-16 16:18:10 -04:00
update-gitsetup.bash gitsetup: get the lfs setup script 2020-04-02 12:46:37 -04:00
update-third-party.bash Add the update scripts needed to import GitSetup 2017-06-07 09:43:50 -04:00