Rolled in init csh fix from 3.2.1

This commit is contained in:
rkowen
2006-03-23 23:38:03 +00:00
parent 3892002437
commit 36185a44bd

View File

@@ -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