Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / command / t-test-1-sample-missing-list.sh
index 986f27d5c610b8add06d372da3c49394d269b123..e53adafdb10a7dd3ede948c6955b573777f748ed 100755 (executable)
@@ -11,7 +11,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()