Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / xforms / casefile.sh
index 015ce8c6f2c536c17f1b5a900b39ce9163f2cd17..a3a6df0e28473a0e8e43306ae7251ac5cab4a139 100755 (executable)
@@ -9,7 +9,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()