Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / bugs / agg-crash-2.sh
index 1f67dd358658c60930f219c3bd197b500b764ca1..17818161d4dbdd3dd63fc2f9191ea1278697ced2 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()