Restore --max-wait and file_lock for osrm-datastore

This commit is contained in:
Patrick Niklaus
2017-01-05 22:38:48 +00:00
committed by Patrick Niklaus
parent a7bb26f2d6
commit 104e23abf3
12 changed files with 234 additions and 120 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ elif type clang-format 2> /dev/null ; then
V=$(clang-format --version)
if [[ $V != *3.8* ]] ; then
echo "clang-format is not 3.8 (returned ${V})"
exit 1
#exit 1
fi
else
echo "No appropriate clang-format found (expected clang-format-3.8, or clang-format)"