Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / command / t-test-1s.sh
index 30402bda176f04e86449e2b983a80910bc272d3c..2cc67c59c7c5b9617993aa9466b72391367a5794 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()