aboutsummaryrefslogtreecommitdiff
path: root/standalone/android
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-26 12:31:54 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-26 12:31:54 -0400
commit17173fcdc53a5901c643b4f8f5dc3d000203460c (patch)
tree03df4e186e91b522a23e35ae3d4d59156d5daf18 /standalone/android
parentcf856f887dc0ec305078ca628839e2a776a8bde4 (diff)
shut up update.sh
Its bogus warning and error confuses the autobuilder. The "error" is non-fatal.
Diffstat (limited to 'standalone/android')
-rw-r--r--standalone/android/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/android/Makefile b/standalone/android/Makefile
index a671b4b5d..9aa6d4034 100644
--- a/standalone/android/Makefile
+++ b/standalone/android/Makefile
@@ -123,7 +123,7 @@ source/term: term.patch icons
# app, if it's also installed.
cd source/term && find -name .git -prune -o -type f -print0 | xargs -0 perl -pi -e 's/jackpal/ga/g'
cd source/term && perl -pi -e 's/Terminal Emulator/Git Annex/g' res/*/strings.xml
- cd source/term && tools/update.sh
+ cd source/term && tools/update.sh >/dev/null 2>&1
touch $@
source: