Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / command / no_case_size.sh
index 1abfdbceca41a6ad12d5d9e4444c41ae68f0c2a2..7f155b03d21e56df37eefe50faab618e83cb3859 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()