Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAlex Zolotarev <deathbaba@gmail.com>2012-01-25 09:21:03 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:32:17 +0300
commitbb92bc70e188ed311a14597c82a77bbcfed43fae (patch)
tree0c163a880388693931bca72f84b30f2880c25b85 /tools
parent74374a4e7d484dec5b55a43e3f734db0c23de356 (diff)
[android] Fixed script - do not stop on errors
Diffstat (limited to 'tools')
-rwxr-xr-xtools/android/update_assets.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/android/update_assets.sh b/tools/android/update_assets.sh
index 1b783b73d0..8b2729c500 100755
--- a/tools/android/update_assets.sh
+++ b/tools/android/update_assets.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-set -e -x -u
+set -x -u
SRC=../../data
DST=../../android/assets