diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2017-07-22 12:50:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-22 12:50:11 +0200 |
commit | 6552fe4c6cdf8ba98ee9ca33d533ba9d1765cedf (patch) | |
tree | 7ce921609af3b0161ba30c2743e0a710deceadb8 | |
parent | 91ec153c7f89ed96fa592ebae7a931fe50a4bb42 (diff) | |
parent | 2bc10386610eba0fe5741228f143e89e1acd2a7d (diff) | |
download | irssi-6552fe4c6cdf8ba98ee9ca33d533ba9d1765cedf.zip |
Merge pull request #731 from tpepin96/master
Clarified ambiguous autogen.sh error
-rwxr-xr-x | autogen.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ elif type links >/dev/null 2>&1 ; then links -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 elinks present" + echo "Install lynx or elinks, then run autogen.sh again" exit 1 fi |