Commit 8f577248 authored by Luca Boccassi's avatar Luca Boccassi Committed by GitHub

Merge pull request #2193 from warriorkitty/patch-1

Fix small typo
parents 42d3ef5e a5ad3788
......@@ -20,7 +20,7 @@
# Script to generate all required files from fresh git checkout.
# Debian and Ubuntu do not shipt libtool anymore, but OSX does not ship libtoolize.
# Debian and Ubuntu do not ship libtool anymore, but OSX does not ship libtoolize.
command -v libtoolize >/dev/null 2>&1
if [ $? -ne 0 ]; then
command -v libtool >/dev/null 2>&1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment