tg-update: correctly return error for missing deps
commit2825020f7e181280cda0a245847ab56a0a1448e5
authorAndrey Borzenkov <arvidjaar@gmail.com>
Sat, 19 Mar 2011 16:53:11 +0000 (19 19:53 +0300)
committerAndrey Borzenkov <arvidjaar@gmail.com>
Sat, 19 Mar 2011 16:53:11 +0000 (19 19:53 +0300)
treedf7798814aa22b6dd0045c281ee352258f6f7efa
parentf7de676087cff50b3a45fc5eaf0a8a3f57ee0ccb
tg-update: correctly return error for missing deps

Adding -a introduced following regression: no error was returned
after missing deps to allow continuing with next branch. This means
missing dependencies during recursion were ignored (althouth warning
was output). Always abort with error unless called with "-a";
recursive never does it.

Signed-off-by: Andrey Borzenkov <arvidjaar@gmail.com>
tg-update.sh