Merge pull request #4089 from mapsme/databuilder_try

Added -x and exit 0 at the end
This commit is contained in:
Ilya Zverev 2016-08-18 18:56:18 +04:00 committed by GitHub
commit 67b61c10a6

View file

@ -157,3 +157,5 @@ fi
rm -f "$TARGET/$BASE_NAME.mwm.osm2ft"
# Remove temporary offsets table
[ -d "$TARGET/$BASE_NAME" ] && rm -r "$TARGET/$BASE_NAME"
exit 0 #added so that the exit code of the script is 0, and not whatever the [ -d ] returns