mirror of
https://github.com/envmodules/modules.git
synced 2026-06-10 00:56:30 +08:00
Rolled in init csh fix from 3.2.1
This commit is contained in:
@@ -34,7 +34,7 @@ if ($?noglob) then
|
||||
set prefix = "$prefix""set noglob;"
|
||||
set postfix = "$postfix""unset noglob;"
|
||||
endif
|
||||
$postfix = "set _exit=$status; $postfix; test 0 = $_exit;"
|
||||
set postfix = "set _exit="'$status'"; $postfix; test 0 = "'$_exit;'
|
||||
|
||||
@VERSIONING@alias module $prefix'eval `'$exec_prefix'/bin/modulecmd '$modules_shell' '$histchar'*`; '$postfix
|
||||
@NOTVERSIONING@alias module $prefix'eval `'$exec_prefix'/modulecmd '$modules_shell' '$histchar'*`; '$postfix
|
||||
|
||||
Reference in New Issue
Block a user