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