Skip to content

Commit

Permalink
dillo: don't die when hyphenation support fails
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Sep 3, 2014
1 parent 7293625 commit 73b09e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/dillo/BUILD
Expand Up @@ -2,4 +2,5 @@ default_build &&
gather_docs doc/* &&

# provide at least english hyphenation support
dillo-install-hyphenation en-us
# this is not fatal though
( dillo-install-hyphenation en-us || true )

0 comments on commit 73b09e0

Please sign in to comment.