Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / bugs / if_crash.sh
index a2bb34fa0c4ae04a9823d7cf7e0e6d6e1a7a2035..fc3417b72b706ba2d53021bc0da940db44b77a90 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()