From f233d19df66cba936b970c525ad34e86edf15b24 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 9 Mar 2016 17:21:25 +0100 Subject: [PATCH] Pmodules/modulecmd: - use '#!/bin/bash --noprofile' as shebang --- Pmodules/modulecmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pmodules/modulecmd b/Pmodules/modulecmd index 89ca1ab..6d9a182 100644 --- a/Pmodules/modulecmd +++ b/Pmodules/modulecmd @@ -1,4 +1,4 @@ -#!/bin/sh --noprofile +#!/bin/bash --noprofile unset BASH_ENV