Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / command / autorecod.sh
index 98b2c078dd1f03357103bc3377a7235d685b35fe..6f3c8e15e76f496944ada0a290ea6c14cec13e88 100755 (executable)
@@ -11,7 +11,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()