mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
Merge pull request #34 from dgl/autogen-fix
Fix error to refer to elinks, as that is what it checks for
This commit is contained in:
commit
b8d748a248
@ -32,7 +32,7 @@ if type lynx >/dev/null 2>&1 ; then
|
|||||||
elif type elinks >/dev/null 2>&1 ; then
|
elif type elinks >/dev/null 2>&1 ; then
|
||||||
elinks -dump docs/faq.html|perl -pe 's/^ *//; if ($_ eq "\n" && $state eq "Q") { $_ = ""; } elsif (/^([QA]):/) { $state = $1 } elsif ($_ ne "\n") { $_ = " $_"; };' > docs/faq.txt
|
elinks -dump docs/faq.html|perl -pe 's/^ *//; if ($_ eq "\n" && $state eq "Q") { $_ = ""; } elsif (/^([QA]):/) { $state = $1 } elsif ($_ ne "\n") { $_ = " $_"; };' > docs/faq.txt
|
||||||
else
|
else
|
||||||
echo "**Error**: No lynx or links present"
|
echo "**Error**: No lynx or elinks present"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user