Package: apt-howto
Version: 2.0.2-2
Severity: normal
Tags: patch

...
# end of Uploaders generating code
if patch --dry-run -R -p0 < debian/patches/00_special_case_el_in_fixhtml.diff 
>& /dev/null; then \
           patch -R -p0 < debian/patches/00_special_case_el_in_fixhtml.diff; \
        fi
/bin/sh: Syntax error: Bad fd number
make: *** [clean] Error 2
...

Please replace >& /dev/null with >/dev/null 2>&1.

Helmut



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to