Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / bugs / big-input.sh
index 740147ea75ba194d270fc8c17b8b31aff9140ebe..84fc288bda1dfa615d30a92ca6165f3796260280 100755 (executable)
@@ -12,7 +12,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()