The following are code snippets from doing -q --scripts on
the RPM(s):
# Find default mpi and switch
to this one if no system default
exists
sysdef=`switcher mpi --show --system | grep default | cut -d '=' -f 2`
if [ "$sysdef" != "none" ]; then
switcher mpi = mpich-ch_p4-gcc-1.2.7 --system --force --silent
fi
sysdef=`switcher mpi --show --system | grep default | cut -d '=' -f 2`
if [ "$sysdef" != "none" ]; then
switcher mpi = mpich-ch_p4-gcc-1.2.7 --system --force --silent
fi
Shouldn't it be "$sysdef == none" or
am I missing something here?
Trying to figure out the cause of bug
1276336.
Thanks,
Bernard
