Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / stats / descript-basic.sh
index e904eeece80afc40d0035340fbe3166721e79498..c86e06040275d68722cf0cf33dacfe06bd6677b9 100755 (executable)
@@ -9,7 +9,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()