fixed export syntax for solaris

This commit is contained in:
Andrew Tridgell 2003-03-28 23:33:02 +01:00
parent 542837babf
commit 341508409c

View File

@ -217,7 +217,8 @@ rm -rf $TESTDIR
mkdir $TESTDIR
cd $TESTDIR || exit 1
mkdir .ccache
export CCACHE_DIR=.ccache
CCACHE_DIR=.ccache
export CCACHE_DIR
testsuite="base"
CCACHE_COMPILE="$CCACHE $COMPILER"