Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / bugs / t-test-alpha.sh
index 6a46939738215ae2002f9e1dd066936f34250c4b..db8c5a1f9794e7556271ec665e0c1154d9a5bf8d 100755 (executable)
@@ -12,7 +12,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()