Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / bugs / data-crash.sh
index b96c476ed9b4e2112cd9d14a02dec509dbef0845..66b67f76e49f8d442234d2b8027823839357f712 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()