From 2747861b523b7ca8e9464469f303951a1bb3d876 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 30 Apr 2021 15:23:44 +0200 Subject: [PATCH] modmanage: shebang fixed --- Pmodules/modmanage.bash.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pmodules/modmanage.bash.in b/Pmodules/modmanage.bash.in index 9a59809..acf750d 100755 --- a/Pmodules/modmanage.bash.in +++ b/Pmodules/modmanage.bash.in @@ -1,4 +1,4 @@ -#!@PMODULES_HOME@/sbin/bash +#!@BASH@ --noprofile # we have to unset CDPATH, otherwise 'cd' prints the directoy! unset CDPATH