Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / command / sysfiles-old.sh
index 246fc0924f7ff8d07147c68f2a9c253cb634fae1..c842b3399e613948104116b0a7f83e0d9f041611 100755 (executable)
@@ -12,7 +12,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()