e1479ef
diff -up gromacs-4.5.4/scripts/GMXRC.bash.in.orig gromacs-4.5.4/scripts/GMXRC.bash.in
e1479ef
--- gromacs-4.5.4/scripts/GMXRC.bash.in.orig	2011-03-15 14:44:30.000000000 +0200
e1479ef
+++ gromacs-4.5.4/scripts/GMXRC.bash.in	2011-03-23 15:23:47.460843630 +0200
e1479ef
@@ -1,3 +1,4 @@
e1479ef
+#!/bin/bash
e1479ef
 # bash configuration file for Gromacs
e1479ef
 # First we remove old gromacs stuff from the paths
e1479ef
 # by selecting everything else.
e1479ef
diff -up gromacs-4.5.4/scripts/GMXRC.csh.in.orig gromacs-4.5.4/scripts/GMXRC.csh.in
e1479ef
--- gromacs-4.5.4/scripts/GMXRC.csh.in.orig	2011-03-15 14:44:30.000000000 +0200
e1479ef
+++ gromacs-4.5.4/scripts/GMXRC.csh.in	2011-03-23 15:23:24.515816712 +0200
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. 
e1479ef
diff -up gromacs-4.5.4/scripts/GMXRC.in.orig gromacs-4.5.4/scripts/GMXRC.in
e1479ef
--- gromacs-4.5.4/scripts/GMXRC.in.orig	2011-03-15 14:44:30.000000000 +0200
e1479ef
+++ gromacs-4.5.4/scripts/GMXRC.in	2011-03-23 15:23:58.499338216 +0200
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.
e1479ef
diff -up gromacs-4.5.4/scripts/GMXRC.zsh.in.orig gromacs-4.5.4/scripts/GMXRC.zsh.in
e1479ef
--- gromacs-4.5.4/scripts/GMXRC.zsh.in.orig	2011-03-15 14:44:30.000000000 +0200
e1479ef
+++ gromacs-4.5.4/scripts/GMXRC.zsh.in	2011-03-23 15:24:06.396692029 +0200
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.