Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / command / count.sh
index 641747b7173972d228238c19798cb18f99bc4795..052acb3b1ac55b5151714a2d94216d7f6cca1a8b 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()