Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / command / flip.sh
index d8e543ea1c36319cd227bcdfe9a71e4334db3de9..2face72119c7f777e62c6e65efe095d347184f37 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()