From e83808bcf7a8f891e3a015d080b5d475c77c6524 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 26 Feb 2013 12:31:54 -0400 Subject: [PATCH] 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 a671b4b5d7..9aa6d4034d 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: