diff --git a/Pmodules/modulefile b/Pmodules/modulefile index 8dec4df..866568f 100644 --- a/Pmodules/modulefile +++ b/Pmodules/modulefile @@ -22,7 +22,7 @@ if { [module-info mode load] } { } remove-path C_INCLUDE_PATH "$PREFIX/include" remove-path CPLUS_INCLUDE_PATH "$PREFIX/include" -} -set shell [module-info shell] -puts "source \"$PREFIX/init/$shell\"" + set shell [module-info shell] + puts "source \"$PREFIX/init/$shell\"" +} \ No newline at end of file