Fixing test script so it works properly?

このコミットが含まれているのは:
bbruns 2010-10-06 18:50:49 +00:00
コミット 8204fab918

ファイルの表示

@ -8,9 +8,6 @@ if [ ! -r $BASEDIR/include/static ] || [ ! -r $BASEDIR/include/functions ]; then
exit 1 exit 1
fi fi
. $BASEDIR/include/static
. $BASEDIR/include/functions
if [ -r $BASEDIR/options ]; then if [ -r $BASEDIR/options ]; then
. $BASEDIR/options . $BASEDIR/options
else else
@ -18,6 +15,11 @@ else
exit 1 exit 1
fi fi
. $BASEDIR/include/static
. $BASEDIR/include/functions