Travis CI build script fix (#912)

This commit is contained in:
CitadelStationBot
2017-05-11 20:25:44 -05:00
committed by kevinz000
parent 0265ab60ff
commit 395929c5e4

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;