Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / bugs / t-test-alpha2.sh
index f1f37f8f30f42c360aa7d7045b5108d5d96ca832..74e1eb00920c1f12ad5c0a75b39733fcd84f4c7e 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()