Skip to content

Commit

Permalink
Revert "cdat and uvcdat scripts can be run by /bin/sh"
Browse files Browse the repository at this point in the history
This reverts commit 568c11f.

Turns out bash is indeed needed, since setup_runtime.sh uses arrays.
  • Loading branch information
remram44 committed Jan 21, 2015
1 parent 4f9640c commit 304f2a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMake/cdat_modules_extra/cdat.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# source is not portable where as . is
. "@CMAKE_INSTALL_PREFIX@/bin/setup_runtime.sh"
python@PYVER@ "$@"
2 changes: 1 addition & 1 deletion CMake/cdat_modules_extra/uvcdat.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# source is not portable where as . is
. "@CMAKE_INSTALL_PREFIX@/bin/setup_runtime.sh"
python@PYVER@ "@CMAKE_INSTALL_PREFIX@/vistrails/vistrails/uvcdat.py" "$@"

0 comments on commit 304f2a8

Please sign in to comment.