Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / bugs / random.sh
index 1d8b05e729a48a179c7a9c5930d69b03c3e13f1c..a2db6391bdf4d98fc25a7ecdad09e768c38e1743 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()