Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / command / t-test-paired-missing-list.sh
index d45ed85713367fcbdc6b471f93a0dd926033307e..d6623f7f6f7d92e333923e5bdefa9ca5be59749c 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()