Package: groff Version: 1.18.1.1-12 Severity: minor The /usr/bin/groffer script in groff appears to have problems with dash:
ramune/lycaeum:~: sed -n '1p' /usr/bin/groffer #!/bin/sh ramune/lycaeum:~: /bin/sh -n /usr/bin/groffer /usr/bin/groffer: 925: Syntax error: Bad function name ramune/lycaeum:~: sed -n '920,937p' /usr/bin/groffer ######################################################################## # Test of `true'. # if true >/dev/null 2>&1; then true; else true() { return "${_GOOD}"; } false() { return "${_BAD}"; } fi; The script appears to work fine with bash, though. The system is an x86_64/etch system. -- DN Daniel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]