#!/bin/sh # Test no extra
  • from @menu. : ${srcdir=.} li_count=`../makeinfo --no-split --html -o - $srcdir/html-extrali.txi 2>/dev/null \ | grep -c '
  • '` if test "$li_count" -ne 1; then echo "$li_count
  • s instead of one." >&2 exit 1 else exit 0 fi