Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / command / sysfile-info.sh
index 8e14c94d0fe411c7eb7a6fae6c1992bde2a2dbe9..ffa00c35528fb823ca01ddf9ef18f2343234724b 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()