Merge pull request #27117 from Cirrial/fucking-meters-how-do-they-work

Travis CI build script fix
This commit is contained in:
Leo
2017-05-11 16:59:52 -03:00
committed by GitHub
+1 -1
View File
@@ -9,7 +9,7 @@ if [ "$BUILD_TOOLS" = false ]; then
echo "step_[xy] variables detected in maps, please remove them."
exit 1
fi;
if grep '/turf\s*[,\){]' _maps/**/*.dmm; then
if grep '\W\/turf\s*[,\){]' _maps/**/*.dmm; then
echo "base /turf path use detected in maps, please replace with proper paths."
exit 1
fi;