diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2006-03-25 21:51:46 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2006-03-25 21:51:46 +0000 |
| commit | 29ed18f45e61279731da8cb04147e9a999a371fc (patch) | |
| tree | 428f833ed3072826d54d6bbeef8f2fa52098d844 | |
| parent | 94f2dfdd76940ec3f4b947b480be4a48a5ee2047 (diff) | |
Notes
| -rw-r--r-- | tools/tools/build_option_survey/mkhtml.sh | 4 |
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 6e4e164999cd..a6261f918887 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 |
