Blame SOURCES/environment-modules-3.2.9-call-test-by-full-path-in-csh.patch

d93c5f
--- modules-3.2.9/init/csh.in	2010-11-11 19:23:18.000000000 +0100
d93c5f
+++ modules-3.2.9-new/init/csh.in	2013-05-14 08:43:11.686954109 +0200
d93c5f
@@ -34,7 +34,7 @@
d93c5f
   set prefix  = "$prefix""set noglob;"
d93c5f
   set postfix = "$postfix""unset noglob;"
d93c5f
 endif
d93c5f
-set postfix = "set _exit="'$status'"; $postfix; test 0 = "'$_exit;'
d93c5f
+set postfix = "set _exit="'$status'"; $postfix; @bindir@/test 0 = "'$_exit;'
d93c5f
 
d93c5f
 @VERSIONING@alias module $prefix'eval `'$exec_prefix'/bin/modulecmd '$modules_shell' '$histchar'*`; '$postfix
d93c5f
 @NOTVERSIONING@alias module $prefix'eval `'$exec_prefix'/modulecmd '$modules_shell' '$histchar'*`; '$postfix