Skip to content

Commit

Permalink
[woff2] Ignore errors from git submodule init.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dor1s committed Oct 12, 2016
1 parent d7dff25 commit 3e8dbd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion woff2/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cd /src/woff2

# Checkout and update submodules.
git submodule sync
git submodule init
git submodule init || true
git submodule update --recursive

# Build the library. Actually there is no 'library' target, so we use .o files.
Expand Down

0 comments on commit 3e8dbd2

Please sign in to comment.