From fb656381e443abac5d33111d38bf95d5fa3c9376 Mon Sep 17 00:00:00 2001 From: su_v Date: Wed, 3 Sep 2014 00:04:23 +0200 Subject: osx-build.sh: don't attempt to update a bound branch (bzr r13506.1.54) --- packaging/macosx/osx-build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/macosx/osx-build.sh b/packaging/macosx/osx-build.sh index db3b30249..135c6e2d9 100755 --- a/packaging/macosx/osx-build.sh +++ b/packaging/macosx/osx-build.sh @@ -267,12 +267,12 @@ then cd $SRCROOT if [ -z "$(bzr info | grep "checkout")" ]; then echo "repo is unbound (branch)" - update_cmd="bzr pull" + bzr pull else echo "repo is bound (checkout)" - update_cmd="bzr update" + echo '... please update bound branch manually.' + false fi - $update_cmd status=$? if [[ $status -ne 0 ]]; then echo -e "\nBZR update failed" -- cgit v1.2.3