mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
>& is bashism
This commit is contained in:
parent
212b4a2893
commit
dca8b9e115
@ -68,7 +68,7 @@ if test "x$CONFIG_DOC" != xno; then
|
||||
EL_CONFIG(MAN_ASCIIDOC, [HTML])
|
||||
|
||||
echo > config.asciidoc-unsafe.txt
|
||||
if "$ASCIIDOC" --unsafe config.asciidoc-unsafe.txt >&/dev/null; then
|
||||
if "$ASCIIDOC" --unsafe config.asciidoc-unsafe.txt >/dev/null 2>/dev/null; then
|
||||
ASCIIDOC_FLAGS=--unsafe
|
||||
fi
|
||||
rm config.asciidoc-unsafe.*
|
||||
|
Loading…
Reference in New Issue
Block a user