File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 2121#
2222##############################################################################
2323
24- #
25- # default shell is the bourne shell
26- #
27-
28- proc default_shell {} {
29- global shell
30-
31- if ![info exists shell] then {
32- set shell "sh"
33- }
34- }
35-
3624#
3725# the default for the modulecmd binary is the one in the upper directory
3826# if it doesn't exist, look up the search path in order to locate one.
@@ -141,7 +129,6 @@ proc modulecmd_xxx_ {command {input noinput}} {
141129 unresolved "internal testsuite error: no module command specified"
142130 }
143131
144- default_shell
145132 default_modulecmd
146133 default_tclsh
147134
@@ -197,7 +184,6 @@ proc modulecmd_xxx_ {command {input noinput}} {
197184 unresolved "internal testsuite error: no module command specified"
198185 }
199186
200- default_shell
201187 default_modulecmd
202188 default_tclsh
203189
You can’t perform that action at this time.
0 commit comments