Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Pmodules
buildblocks
Commits
2856ab69
Commit
2856ab69
authored
Sep 17, 2015
by
gsell
Browse files
Pmodules/modmanage,modulecmd:
- use /bin/sh in shebang - unset BASH_ENV
parent
39ef71e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
scripts/Bootstrap/Pmodules/modmanage
scripts/Bootstrap/Pmodules/modmanage
+3
-1
scripts/Bootstrap/Pmodules/modulecmd
scripts/Bootstrap/Pmodules/modulecmd
+3
-1
No files found.
scripts/Bootstrap/Pmodules/modmanage
View file @
2856ab69
#!/bin/bash --noprofile
#!/bin/sh --noprofile
unset
BASH_ENV
declare
-r
bindir
=
$(
cd
$(
dirname
$0
)
&&
pwd
-P
)
"
${
bindir
}
/bash"
--noprofile
--norc
"
${
bindir
}
/../libexec/modmanage.bash"
"
$@
"
scripts/Bootstrap/Pmodules/modulecmd
View file @
2856ab69
#!/bin/bash --noprofile
#!/bin/sh --noprofile
unset
BASH_ENV
declare
-r
bindir
=
$(
cd
$(
dirname
$0
)
&&
pwd
-P
)
"
${
bindir
}
/bash"
--noprofile
--norc
"
${
bindir
}
/../libexec/modulecmd.bash"
"
$@
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment