Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / command / rename.sh
index 28c903f9613de46a1d16a6385d2f385c2b3175a0..2295a1215ee1082d6e0355d7701218b529c2162a 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()