Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / bugs / val-labs-trailing-slash.sh
index 7d316ed30dfd81b811753d511b0cfe24c1f01770..88a174877477dfea7caf0f8ff430462d9378049f 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()