Pmodules/modulecmd:

- use /bin/sh as shebang. /bin/bash does not work on GFA systems. Must be fixed!
This commit is contained in:
2015-11-25 15:30:45 +01:00
parent b34507b10e
commit b349dc6600
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash --noprofile
#!/bin/sh --noprofile
unset BASH_ENV