From 8837aa615136948c31507837a60fe87566a9f424 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 18 Nov 2015 17:27:34 +0100 Subject: [PATCH] Pmodules/modmanage,modulecmd: shebang to /bin/bash --- Pmodules/modmanage | 2 +- Pmodules/modulecmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pmodules/modmanage b/Pmodules/modmanage index 3f0ed89..9d215a4 100644 --- a/Pmodules/modmanage +++ b/Pmodules/modmanage @@ -1,4 +1,4 @@ -#!/bin/sh --noprofile +#!/bin/bash --noprofile unset BASH_ENV 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