Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
203 - 1
if ( "$1" == "load" || "$1" == "unload" ) then
2
# It is possible that function module is not declared in time of this
3
# declaration so eval is used instead of direct calling of function module
4
    eval "module $*:q"
5
else
6
    /usr/bin/scl $*:q
7
endif