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