Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / command / sysfiles.sh
index 2352a70f6f76fc1c2c461579c84bf67def1fc3c5..b504cdec06128517d33fec8dfb6410bf5b09d641 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()