Fix missing @clicksequence problem with older Texinfo versions.
[pspp-builds.git] / tests / coverage.sh
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