From 17173fcdc53a5901c643b4f8f5dc3d000203460c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 26 Feb 2013 12:31:54 -0400 Subject: shut up update.sh Its bogus warning and error confuses the autobuilder. The "error" is non-fatal. --- standalone/android/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3