From 12757397b69fda2bac51bc91198f633e14d48880 Mon Sep 17 00:00:00 2001 From: Victor Shcherb Date: Tue, 11 Oct 2011 21:00:25 +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 1f03d23d69..54a4c6599c 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 &> $DIRECTORY/build.log + ant clean debug &> "${DIRECTORY}/build.log" if [ "$BRANCH" = "release" ]; then cp bin/OsmAnd-debug.apk "$LATESTS_DIR/OsmAnd-stable.apk" elif [ "$BRANCH" = "master" ]; then