summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2006-03-25 21:51:46 +0000
committerphk <phk@FreeBSD.org>2006-03-25 21:51:46 +0000
commitc01e3b6752902e8af3a3f2917232895ff5ddac94 (patch)
tree428f833ed3072826d54d6bbeef8f2fa52098d844 /tools
parent9a7f7e25ad61bb3bbceff905e0d079cd1539bc91 (diff)
downloadFreeBSD-src-c01e3b6752902e8af3a3f2917232895ff5ddac94.zip
FreeBSD-src-c01e3b6752902e8af3a3f2917232895ff5ddac94.tar.gz
Get the MK_FOO column right
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/build_option_survey/mkhtml.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tools/build_option_survey/mkhtml.sh b/tools/tools/build_option_survey/mkhtml.sh
index 6e4e164..a6261f9 100644
--- a/tools/tools/build_option_survey/mkhtml.sh
+++ b/tools/tools/build_option_survey/mkhtml.sh
@@ -132,8 +132,8 @@ do
cat $m/src.conf >> $H
echo "</PRE></TD>" >> $H
echo "<TD><PRE>" >> $H
- if [ -f $m/w/_.sc ] ; then
- comm -13 ${RDIR}/Ref/_.sc $m/w/_.sc >> $H
+ if [ -f $m/bw/_.sc ] ; then
+ comm -13 ${RDIR}/Ref/_.sc $m/bw/_.sc >> $H
fi
echo "</PRE></TD>" >> $H
OpenPOWER on IntegriCloud