Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / expressions / variables.sh
index 9f325c7c07e95c2c1306e76383ec47e47405bdea..d67a9c4cd52e3b68b5869f332f6efec413148185 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()