diff options
| -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 |
