From 091f0cfda2501d3e40eacd918104868cac427c2e Mon Sep 17 00:00:00 2001 From: Victor Shcherb Date: Tue, 11 Oct 2011 21:18:04 +0200 Subject: [PATCH] Fix build --- build-scripts/build_branches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/build_branches.sh b/build-scripts/build_branches.sh index c5c2cf823f..2af4f6ddaf 100755 --- a/build-scripts/build_branches.sh +++ b/build-scripts/build_branches.sh @@ -58,7 +58,7 @@ do if [ ! -d assets ]; then mkdir assets fi - ant clean debug; + ant clean debug &> "$DIRECTORY/build.log" if [ "$BRANCH" = "release" ]; then cp bin/OsmAnd-debug.apk "$LATESTS_DIR/OsmAnd-stable.apk"