diff -r 7ae5f757318b -r 37ee82a83d43 sbsv2/raptor/bin/sbs --- a/sbsv2/raptor/bin/sbs Tue Nov 02 16:54:53 2010 +0800 +++ b/sbsv2/raptor/bin/sbs Fri Nov 12 14:49:36 2010 +0000 @@ -21,96 +21,11 @@ if [ -z "$SBS_HOME" ] ; then temp=$0 SBS_HOME=$(cd ${temp%/*} && echo $PWD) - export SBS_HOME=${SBS_HOME%/bin} -fi - -# Ensure that the host type is set for Raptor: -eval $($SBS_HOME/bin/gethost.sh -e) - -if [ -z "$HOSTPLATFORM" ]; then - echo "Error: HOSTPLATFORM could not be determined." 1>&2 - exit 1 -fi - -if [ ! -d "$SBS_HOME/$HOSTPLATFORM_DIR" ]; then -cat 1>&2 <