Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / command / t-test-1-sample-missing-anal.sh
index 6031aee33b101ef9577537af6bb175d29d85e849..9782386e282ea49e927c260367ad21692648098f 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()