Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / command / examine.sh
index 102a44bff676a8181f6f548e2432a6b74693aba5..f8d3ccad3573113c13c30dcbcf28ef5edde29fe6 100755 (executable)
@@ -10,7 +10,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()