6e06a80
--- gromacs-4.0_rc2/scripts/GMXRC.csh.in.orig	2001-08-18 14:07:31.000000000 +0300
6e06a80
+++ gromacs-4.0_rc2/scripts/GMXRC.csh.in	2008-09-28 15:33:26.000000000 +0300
6e06a80
@@ -1,3 +1,4 @@
6e06a80
+#!/bin/csh
6e06a80
 # csh/tcsh configuration file for Gromacs.
6e06a80
 # First we remove previous Gromacs stuff from paths 
6e06a80
 # by selecting everything else. 
6e06a80
--- gromacs-4.0_rc2/scripts/GMXRC.bash.in.orig	2001-08-18 14:07:31.000000000 +0300
6e06a80
+++ gromacs-4.0_rc2/scripts/GMXRC.bash.in	2008-09-28 15:33:08.000000000 +0300
6e06a80
@@ -1,3 +1,4 @@
6e06a80
+#!/bin/bash
6e06a80
 # zsh configuration file for Gromacs
6e06a80
 # First we remove old gromacs stuff from the paths
6e06a80
 # by selecting everything else.
6e06a80
--- gromacs-4.0_rc2/scripts/GMXRC.in.orig	2001-08-18 14:07:31.000000000 +0300
6e06a80
+++ gromacs-4.0_rc2/scripts/GMXRC.in	2008-09-28 15:33:44.000000000 +0300
6e06a80
@@ -1,3 +1,4 @@
6e06a80
+#!/bin/sh
6e06a80
 # This is a convenience script to determine which
6e06a80
 # type of shell you have, and then run GMXRC.[csh|bash|zsh]
6e06a80
 # from the Gromacs binary directory.
6e06a80
--- gromacs-4.0_rc2/scripts/GMXRC.zsh.in.orig	2001-08-18 14:07:31.000000000 +0300
6e06a80
+++ gromacs-4.0_rc2/scripts/GMXRC.zsh.in	2008-09-28 15:33:34.000000000 +0300
6e06a80
@@ -1,3 +1,4 @@
6e06a80
+#!/bin/zsh
6e06a80
 # zsh configuration file for Gromacs
6e06a80
 # First we remove old gromacs stuff from the paths
6e06a80
 # by selecting everything else.