shut up update.sh

Its bogus warning and error confuses the autobuilder. The "error" is
non-fatal.
This commit is contained in:
Joey Hess 2013-02-26 12:31:54 -04:00
parent 0d7bc874b9
commit e83808bcf7

View file

@ -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: