Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / bugs / computebug.sh
index 01675aea8bab812e064114aa42a8ff2dc8246927..24e7fedaa7f9951c52df293729cc4b2cc0192e48 100755 (executable)
@@ -10,7 +10,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()