mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Fix error to refer to elinks, as that is what it checks for
This commit is contained in:
parent
63011c2bf8
commit
831bd1d1e5
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ if type lynx >/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
|
||||
else
|
||||
echo "**Error**: No lynx or links present"
|
||||
echo "**Error**: No lynx or elinks present"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue