Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / command / erase.sh
index 760ac7d881376098e742f4d7e8e855dd9456f85d..64d63a8e056604447f3c064d144c2fd9da36d320 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()