Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / command / bignum.sh
index 24d0dd3f2cec43b73a8a3449b11dabe3c5ca4201..d69223e3a6d58f3d82215ca8779bea517eb50f1c 100755 (executable)
@@ -10,7 +10,8 @@ here=`pwd`;
 # ensure that top_srcdir is absolute
 cd $top_srcdir; top_srcdir=`pwd`
 
-export STAT_CONFIG_PATH=$top_srcdir/config
+STAT_CONFIG_PATH=$top_srcdir/config
+export STAT_CONFIG_PATH
 
 
 cleanup()