Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / bugs / agg_crash.sh
index 0cadfe2c267c86e21bcbb64ab90ce6b5802bda30..de2b1989f03f352789f1e38915ce45732f33e98e 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()