Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / command / t-test-groups.sh
index 495dc832cb7a15e488a16a769f3e9bad9c6cef80..aedded1a4025df38b8c8cfbe6127d5220520b8f6 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()