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