OpenBEL / openbel-framework

An open platform for capturing, integrating, storing, and sharing biological knowledge in and across organizations.
http://openbel.org
Apache License 2.0
22 stars 7 forks source link

Shell scripts should warn the user if they are not running Bash #23

Open JamesMcMahon opened 12 years ago

JamesMcMahon commented 12 years ago

Right now if the shell scripts are run with shell besides bash they will print some errors but continue to run. Ideally I think we want to print out a very clear warning about not running the scripts in a non-bash shell.

Only shell script I've seen bash related errors in in setenv.sh, line 19. Another solution might be to remove bash specific lines.