Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / command / permissions.sh
index f485fc002b69220efaeabbd4dba132f54674f1ba..73f9325be7321eb7d90e7ade6f9236b801d53496 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()