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
00ed4bf3ef
commit
569694a8be
@ -68,7 +68,7 @@ if test "x$CONFIG_DOC" != xno; then
|
|||||||
EL_CONFIG(MAN_ASCIIDOC, [HTML])
|
EL_CONFIG(MAN_ASCIIDOC, [HTML])
|
||||||
|
|
||||||
echo > config.asciidoc-unsafe.txt
|
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
|
ASCIIDOC_FLAGS=--unsafe
|
||||||
fi
|
fi
|
||||||
rm config.asciidoc-unsafe.*
|
rm config.asciidoc-unsafe.*
|
||||||
|
Loading…
Reference in New Issue
Block a user