Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / expressions / epoch.sh
index a95f2216b341636489b532f3331158b1a3f9e305..7bfced01daabcadc17e036219f2fce26ac7a436a 100755 (executable)
@@ -9,7 +9,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()