Pmodules/modmanage,modulecmd: shebang to /bin/bash

This commit is contained in:
2015-11-18 17:27:34 +01:00
parent 2dea669055
commit 8837aa6151
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh --noprofile
#!/bin/bash --noprofile
unset BASH_ENV
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh --noprofile
#!/bin/bash --noprofile
unset BASH_ENV