Fixed GMXRC so we are not polluting standard shell variables
authorErik Lindahl <erik@kth.se>
Sun, 30 Dec 2012 11:28:52 +0000 (12:28 +0100)
committerErik Lindahl <erik@kth.se>
Sun, 30 Dec 2012 20:46:02 +0000 (21:46 +0100)
commita0dca2211d374df796a438a4e1c4941a3a55c8a9
treeb376fc31b7b321af31c4b4a85a7cacb78ca9387f
parent648a6fa785d3c50f5ff29e2038cd80843208d89e
Fixed GMXRC so we are not polluting standard shell variables

csh/tcsh is now detected by looking for the lower-case $shell
variable, which seems to work on all recent platforms, instead
of using the 'set' command (which affected $* and $@ in bash).
Fixes #1044.

Change-Id: I852d075c80e2bf8f81a02932432dd31b3bab7f09
scripts/GMXRC.cmakein