From b349dc6600fa233a55bbb4e4ca446ed1780a54ec Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 25 Nov 2015 15:30:45 +0100 Subject: [PATCH] Pmodules/modulecmd: - use /bin/sh as shebang. /bin/bash does not work on GFA systems. Must be fixed! --- Pmodules/modulecmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pmodules/modulecmd b/Pmodules/modulecmd index 6d9a182..89ca1ab 100644 --- a/Pmodules/modulecmd +++ b/Pmodules/modulecmd @@ -1,4 +1,4 @@ -#!/bin/bash --noprofile +#!/bin/sh --noprofile unset BASH_ENV