Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / bugs / get-no-file.sh
index 7df000f9d4d65704862c5ec5596fe35650eaf2d6..814e3228ecb83eb2ce9c3f3a7278ac9ff96ddc93 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()