Fix use of "export" to work with traditional shells.
authorBen Pfaff <blp@gnu.org>
Tue, 26 Jul 2005 03:51:29 +0000 (03:51 +0000)
committerBen Pfaff <blp@gnu.org>
Tue, 26 Jul 2005 03:51:29 +0000 (03:51 +0000)
96 files changed:
tests/bugs/agg-crash-2.sh
tests/bugs/agg_crash.sh
tests/bugs/alpha-freq.sh
tests/bugs/big-input-2.sh
tests/bugs/big-input.sh
tests/bugs/comment-at-eof.sh
tests/bugs/compute-fmt.sh
tests/bugs/compute-lv.sh
tests/bugs/computebug.sh
tests/bugs/crosstabs-crash.sh
tests/bugs/crosstabs.sh
tests/bugs/curtailed.sh
tests/bugs/data-crash.sh
tests/bugs/double-frequency.sh
tests/bugs/examine-1sample.sh
tests/bugs/get-no-file.sh
tests/bugs/get.sh
tests/bugs/html-frequency.sh
tests/bugs/if_crash.sh
tests/bugs/input-crash.sh
tests/bugs/lag_crash.sh
tests/bugs/match-files-scratch.sh
tests/bugs/multipass.sh
tests/bugs/random.sh
tests/bugs/recode-copy-bug.sh
tests/bugs/t-test-alpha.sh
tests/bugs/t-test-alpha2.sh
tests/bugs/t-test-with-temp.sh
tests/bugs/t-test.sh
tests/bugs/temp-freq.sh
tests/bugs/temporary.sh
tests/bugs/terminate.sh
tests/bugs/val-labs-trailing-slash.sh
tests/bugs/val-labs.sh
tests/command/aggregate.sh
tests/command/autorecod.sh
tests/command/beg-data.sh
tests/command/bignum.sh
tests/command/count.sh
tests/command/data-list.sh
tests/command/erase.sh
tests/command/examine-extremes.sh
tests/command/examine-percentiles.sh
tests/command/examine.sh
tests/command/file-label.sh
tests/command/filter.sh
tests/command/flip.sh
tests/command/import-export.sh
tests/command/lag.sh
tests/command/list.sh
tests/command/longvars.sh
tests/command/loop.sh
tests/command/match-files.sh
tests/command/no_case_size.sh
tests/command/oneway-missing.sh
tests/command/oneway-with-splits.sh
tests/command/oneway.sh
tests/command/permissions.sh
tests/command/print.sh
tests/command/rename.sh
tests/command/sample.sh
tests/command/sort.sh
tests/command/split-file.sh
tests/command/sys-info.sh
tests/command/sysfile-info.sh
tests/command/sysfiles-old.sh
tests/command/sysfiles.sh
tests/command/t-test-1-indep-val.sh
tests/command/t-test-1-sample-missing-anal.sh
tests/command/t-test-1-sample-missing-list.sh
tests/command/t-test-1s.sh
tests/command/t-test-groups.sh
tests/command/t-test-indep-missing-anal.sh
tests/command/t-test-indep-missing-list.sh
tests/command/t-test-paired-missing-anal.sh
tests/command/t-test-paired-missing-list.sh
tests/command/t-test-pairs.sh
tests/command/tabs.sh
tests/command/trimmed-mean.sh
tests/command/use.sh
tests/command/weight.sh
tests/coverage.sh
tests/expressions/epoch.sh
tests/expressions/expressions.sh
tests/expressions/randist.sh
tests/expressions/variables.sh
tests/expressions/vectors.sh
tests/stats/descript-basic.sh
tests/stats/descript-mean-bug.sh
tests/stats/descript-missing.sh
tests/stats/moments.sh
tests/stats/ntiles.sh
tests/stats/percentiles-compatible.sh
tests/stats/percentiles-enhanced.sh
tests/xforms/casefile.sh
tests/xforms/expressions.sh

index 1f67dd358658c60930f219c3bd197b500b764ca1..17818161d4dbdd3dd63fc2f9191ea1278697ced2 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()
index 0cadfe2c267c86e21bcbb64ab90ce6b5802bda30..de2b1989f03f352789f1e38915ce45732f33e98e 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()
index fcd4eaca3d4a5236d58b42bf497b50682bd3ce41..b3a9d09ad55236179fe9f1e1be5ba1294e9d479e 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()
index 9f6cd341a4e76dd9c29cd24c2cd2585f31234041..0fea4abab773478415d6dbd94b36b84bb3e10981 100755 (executable)
@@ -13,7 +13,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()
index 740147ea75ba194d270fc8c17b8b31aff9140ebe..84fc288bda1dfa615d30a92ca6165f3796260280 100755 (executable)
@@ -12,7 +12,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()
index 6f6ff259c392efb3bbcbd8c85e8dff18a136e000..c1e2aae63dd44f57c8db4d0bb66184dd98ad37c2 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()
index b192f0c3704c1f6b9fc40281d412fc7ea6ffa80c..eada06b7b463967236c2ca4e3e0b99429fc04766 100755 (executable)
@@ -12,7 +12,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()
index a2f91f151f577db96acaa2cbbda4d64892756b1f..e310cfb0dda67bafaad92721a4fa15f5904b6f0c 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()
index 01675aea8bab812e064114aa42a8ff2dc8246927..24e7fedaa7f9951c52df293729cc4b2cc0192e48 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()
index db301560f90015ac6b6297dc25aa5785fddf4101..18902db1b237e0ab8070cd8170019e3286247384 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()
index 1635fe589dbabafa8456fbc4b65cf773faf4402e..0125d7e7b14d1c9a6fd535291f1aa4d8fc36e073 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()
index a004ce590351fdf4113e23fa4374afaabc87ec9d..7b060a586c527853003f9a263726dfc7655bee56 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()
index b96c476ed9b4e2112cd9d14a02dec509dbef0845..66b67f76e49f8d442234d2b8027823839357f712 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()
index 9e90edc63c562fea8a2c3a2b7a44233f73dbf347..77895ffee1a983d3332ff6047581e5a6144e17a6 100755 (executable)
@@ -12,7 +12,8 @@ here=`pwd`;
 cd $top_srcdir; top_srcdir=`pwd`
 
 
-export STAT_CONFIG_PATH=$top_srcdir/config
+STAT_CONFIG_PATH=$top_srcdir/config
+export STAT_CONFIG_PATH
 
 
 cleanup()
index 14206a59c5967c706b3679e4ca6622c909756fe0..c34657b9a8250ecaeb9dcfcf1fcb6651286b243e 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()
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()
index 824d93c3617a1988f110309a13b729dbd1d7cb17..1a1bcb320be252e6a06d9c5244c5b62ce9dbcd42 100755 (executable)
@@ -12,7 +12,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()
index 7c12397abcd9da03c34ae89c51f13bce8be84128..5d8c2bf059fed74ccbbcd0e1b2af4ca0fb6d9f8f 100755 (executable)
@@ -13,7 +13,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()
 {
index a2bb34fa0c4ae04a9823d7cf7e0e6d6e1a7a2035..fc3417b72b706ba2d53021bc0da940db44b77a90 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()
index 18461c0093971079a6e0d474258cd9d45149216d..d76528811903e9c62fa2ede0fa6ce41ecf937a1f 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()
index 72683b282a9749ec004f97197411fe3e68c0222e..5636784d923deef359a024805a6eff8d86f578c7 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()
index afdea8a994029a3e685b2e4db9ac47735938ee6a..9646b0038940229dea174d81b6d15334b5f07bee 100755 (executable)
@@ -12,7 +12,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()
index 650c096c3974cfe4021853589578c82e1011f689..50161af6e0f3024e899261971dbe183029c63a72 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()
index 1d8b05e729a48a179c7a9c5930d69b03c3e13f1c..a2db6391bdf4d98fc25a7ecdad09e768c38e1743 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()
index 559c5198014e9457e563e63c70d4645d409a8105..9fc88dea9cb769a4928ff38d528c1c21535a8e40 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()
index 6a46939738215ae2002f9e1dd066936f34250c4b..db8c5a1f9794e7556271ec665e0c1154d9a5bf8d 100755 (executable)
@@ -12,7 +12,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()
index f1f37f8f30f42c360aa7d7045b5108d5d96ca832..74e1eb00920c1f12ad5c0a75b39733fcd84f4c7e 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()
index 9a775d31eb4e747b6084d986acfca62d1c351ffd..520804d69f167acb79a70e4c81bd1fef8508f787 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()
index 2b747c623dfa19cb2a5ed459963b3e5a9950d417..e2d0d12accf3555ba121ea9e24984839e669c9bc 100755 (executable)
@@ -12,7 +12,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()
index d2c1061432d5e815b9a70195ec7ee5109fb4354e..537c5e0b509db2e44fb1edbede69d63a3de5e0e6 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()
index 0d8e61e0743fbbe69004f30fc5b315f8e0d5ee12..b0b4e3c38801f592d04d6eb26add9121f89e7213 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()
index 2f7d79196f702d36bbff83fda38f35f0a1a18619..f96ba66970cf368b2144ea17a2e868cde0a24695 100755 (executable)
@@ -13,7 +13,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()
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()
index b1e7abb0e689ec29e8bababc8a0ebc264386d6bf..e0597f461b0cfde8aa5d20286431ee6928fb6af3 100755 (executable)
@@ -12,7 +12,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()
index fd14d66ddce3f762680c30f6882a4d328cec4272..c6f48ae913e30f49604296441f2ffc239fcb8f77 100755 (executable)
@@ -12,7 +12,8 @@ here=`pwd`;
 cd $top_srcdir; top_srcdir=`pwd`
 
 
-export STAT_CONFIG_PATH=$top_srcdir/config
+STAT_CONFIG_PATH=$top_srcdir/config
+export STAT_CONFIG_PATH
 
 cleanup()
 {
index 98b2c078dd1f03357103bc3377a7235d685b35fe..6f3c8e15e76f496944ada0a290ea6c14cec13e88 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()
index 4820ab660fea114384da1ede0e2bc812ab678703..66ef60cc043ecf57ce099db524ffd5771781329f 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()
index 24d0dd3f2cec43b73a8a3449b11dabe3c5ca4201..d69223e3a6d58f3d82215ca8779bea517eb50f1c 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()
index 641747b7173972d228238c19798cb18f99bc4795..052acb3b1ac55b5151714a2d94216d7f6cca1a8b 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()
index 134c8bba5477c671efdef9d3883ff648224f1d07..bbcd589a546eeed1589b4c07ae00b8fa90494438 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()
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()
index e7ce31212192a4bac445a4013bfb2f4f5cd878bf..55d6ca7b48bc98dfcee12f3f65ff5467df1091a6 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()
index 2275461ad2a9c9dde831ed480d0f214b29575b2a..37a33379a4e17ee582a9f3f6bbb7553b88825378 100755 (executable)
@@ -12,7 +12,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()
index 102a44bff676a8181f6f548e2432a6b74693aba5..f8d3ccad3573113c13c30dcbcf28ef5edde29fe6 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()
index fea4d876071c421ae39d47da83def3f41a7226a6..99a3f6fd2dd56866e2454f5492732035f135095c 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()
index 59cf5b3b9c8b3499180853d81426953330b6f49e..0745d932063af32a086fa5cd8e57b977ad906f10 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()
index d8e543ea1c36319cd227bcdfe9a71e4334db3de9..2face72119c7f777e62c6e65efe095d347184f37 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()
index 68886f731af56f625cb3fb178102dbbcc9f85127..41b8b13d78e6a8bde2b60a8a72ce7368866c50ef 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()
index bafb74917b9ff432efd449b8f86965ef0a9a0589..e1a16993ac071bbabbe637d092c97ddffc913f33 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()
index c1e67dd4c96376978b30eaa51b34580ee69cf189..894b44f80f7ac204464246ef59ea0ea8370c041a 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()
index 22ee75fbe1667a7dba7a9553b772af11de0df4db..7a8a33f7d1607e9a549523901bb2330559c6f4da 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()
index 3535134b728b72e257a5465d97df50a51e755fe7..7cb5e2fb71faf988d4bc22d0a8c802b830b1a73f 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()
index bb4729391cbd9e248bcd3924ae9ec0b3a74dc852..e3827383c2eef3dc364beb4b35daa3b4963bd1b8 100755 (executable)
@@ -12,7 +12,8 @@ here=`pwd`;
 cd $top_srcdir; top_srcdir=`pwd`
 
 
-export STAT_CONFIG_PATH=$top_srcdir/config
+STAT_CONFIG_PATH=$top_srcdir/config
+export STAT_CONFIG_PATH
 
 cleanup()
 {
index 1abfdbceca41a6ad12d5d9e4444c41ae68f0c2a2..7f155b03d21e56df37eefe50faab618e83cb3859 100755 (executable)
@@ -12,7 +12,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()
index 322c4216dd6db1289ebd9aa2e6eab367fe82bb5b..661a1c004f3f37a8767022286f15f2e77635d927 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()
index 3075467cbd114faf98ba6cb68114b6c40bee42a9..c3bd703829d649175550670ab5098451e25c4ec9 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()
index 6245ec8fd28e3d7e2941efdfad5c3392a4b620c3..c86860900042366c805c272659d3ca20f63e5420 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()
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()
index a1be60c92fb92cc939d7dba1a88df8bd5b7ff68e..51e0d8eb33172a065aae614c059137e5a917d5c6 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()
index 28c903f9613de46a1d16a6385d2f385c2b3175a0..2295a1215ee1082d6e0355d7701218b529c2162a 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()
index 6dfe00c9817066fe2c68e65e978fbc207d1dfa8f..fc5641f26973d04d43c74b6c1d34011c476e6d0f 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()
index f51881a326133da0295af79b10146c7c055f9cfe..c627967d14365244b5c85fdb13a9b68895ab9492 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()
index 47f2fa883d0f8410b0bdb1f62db1ade732dba917..2c2d57378dfc306dacf7e4c302575207e45e83a9 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()
index ab87ddeacb0c60e88fccf345ba0a696b329057c7..ab5ab8d00122530919a78d72a72f63793ab4edb2 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()
index 8e14c94d0fe411c7eb7a6fae6c1992bde2a2dbe9..ffa00c35528fb823ca01ddf9ef18f2343234724b 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()
index 246fc0924f7ff8d07147c68f2a9c253cb634fae1..c842b3399e613948104116b0a7f83e0d9f041611 100755 (executable)
@@ -12,7 +12,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()
index 2352a70f6f76fc1c2c461579c84bf67def1fc3c5..b504cdec06128517d33fec8dfb6410bf5b09d641 100755 (executable)
@@ -12,7 +12,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()
index 12986d07e1936bac6e7f3d2e7b1c880cd6c015ce..ea4caff1aba832b710f96b90063d2a163c4bffaa 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()
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()
index 986f27d5c610b8add06d372da3c49394d269b123..e53adafdb10a7dd3ede948c6955b573777f748ed 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()
index 30402bda176f04e86449e2b983a80910bc272d3c..2cc67c59c7c5b9617993aa9466b72391367a5794 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()
index 495dc832cb7a15e488a16a769f3e9bad9c6cef80..aedded1a4025df38b8c8cfbe6127d5220520b8f6 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()
index 9fc71817089b8a04f4da5b5b9cb8afa81a6dc38e..fdcccda1795f651b2164ae0712739971ff0c7b6a 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()
index 8efbb4e3fc4f719e9053f28b1a006cfd1b0debf4..6e473d91ec1408fae739bdaf655252f95a261a1a 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()
index de024ee5eceb63d355bb89d4fa8d17717837ba65..51415cc5d044c7e841bc43c8d73b1e340aae5e4e 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()
index d45ed85713367fcbdc6b471f93a0dd926033307e..d6623f7f6f7d92e333923e5bdefa9ca5be59749c 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()
index 4efedd8c737566fd0d75e87c7c04fab5cbb79b6c..3d7015f280ed6bd305e29f777a4b0e41e42bc0b9 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()
index 29d8d3cb88fb27e128efbe4fab5fe0ec28411b97..5f77f9c2087d146e70130afbb2647111d4f4dd14 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()
index ade3b869443a1050494c6489cc04e642aa721994..70b79918e0858873ecc4cbd44442d11368df0e0a 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()
index 127d77aa1d90aa4094b522c046fbe6bc9ce40bad..95af52b07d7f473cc36ba973b08c596bb90ebc6e 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()
index 8f759b21c27d849d50cf2bd8fe8f26e5f0339450..3793028d1088889af4534665f519d1cc4db3d1bc 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()
index da330e9f96e03be457d1967faf75e6f3bfa1e8b1..de91adc6dcc8e7fad6e8408863dddd9869a46c6e 100755 (executable)
@@ -6,18 +6,21 @@
 # To use it: 
 # 
 # make distclean
-# export CFLAGS="-O0 -g -fprofile-arcs -ftest-coverage"
+# CFLAGS="-O0 -g -fprofile-arcs -ftest-coverage"
+# export CFLAGS
 # ./configure
 # make check
 # tests/coverage.sh
 
-export TEMPDIR=/tmp/pspp-cov-$$
+TEMPDIR=/tmp/pspp-cov-$$
+export TEMPDIR
 
 mkdir -p $TEMPDIR
 
 files=`find src -name '*.c'`
 
-export summary_file="$TEMPDIR/coverage.txt"
+summary_file="$TEMPDIR/coverage.txt"
+export summary_file
 
 rm -f $summary_file
 
index a95f2216b341636489b532f3331158b1a3f9e305..7bfced01daabcadc17e036219f2fce26ac7a436a 100755 (executable)
@@ -9,7 +9,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()
index c4e48f409061108672c87a8e14b8c058c3ca2a49..a280988082a5128d25f89f938cc15cdb952534f1 100755 (executable)
@@ -9,7 +9,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()
index 102492ad45c98eb3227e3e5840206af5b1ff871c..9c1ed925c688e013c1ccd2e22aa1a385f8eb7c88 100755 (executable)
@@ -9,7 +9,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()
index 9f325c7c07e95c2c1306e76383ec47e47405bdea..d67a9c4cd52e3b68b5869f332f6efec413148185 100755 (executable)
@@ -9,7 +9,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()
index 604920ed27035ef9f155568de1eb2e5d904012d9..8dc563be8496c6924bbaa2c9256b4655c70859cb 100755 (executable)
@@ -9,7 +9,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()
index e904eeece80afc40d0035340fbe3166721e79498..c86e06040275d68722cf0cf33dacfe06bd6677b9 100755 (executable)
@@ -9,7 +9,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()
index 48ff213ba0a368606b5884b5530374faf6efbad8..8588c761175d405b95c0e70b32ac1be1f3040342 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()
index 3820a5f32817e207b771cea69b9a34f8caf20d40..ae8bc5a0c9d4f72aa5b70057f171cb14b073010d 100755 (executable)
@@ -9,7 +9,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()
index 0bca3fbcfaec9f1e8b3714a632b83d9de0c71810..8c98bb638e01753dafba22dda6814fb2260b29af 100755 (executable)
@@ -9,7 +9,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()
index 35d4af737deba3186d1aad520814c701b39254c5..7cea4f24415278d757c163a2e6b14b188c7f7925 100755 (executable)
@@ -9,7 +9,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()
index b16cd58b95978830a192c115dda0c584ed842b38..c9858bdc61e78dcc513c3686ef0c3f100601265b 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()
index 38fc7dd48a496606d139f7720f078398ca090c43..13b24c29913f9dfcaf994a2a08e5c62a17fb2858 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()
index 015ce8c6f2c536c17f1b5a900b39ce9163f2cd17..a3a6df0e28473a0e8e43306ae7251ac5cab4a139 100755 (executable)
@@ -9,7 +9,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()
index 978436ef0697db31862b46d65dc67f2a4af53334..dfa31e8b396c00c175590dfd5555ebc7aaa026e2 100755 (executable)
@@ -9,7 +9,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()