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