diff --git a/scripts/git-show-backports b/scripts/git-show-backports index 9f0a3dfda..ce2f7c73d 100755 --- a/scripts/git-show-backports +++ b/scripts/git-show-backports @@ -255,7 +255,7 @@ if [ -z "$BASE" -a -n "$MISSING" ]; then fi if [ -z "$BASE" ]; then - err "Warning! No base specified, looking for common ancestor." + [ "$QUIET" != "" ] || err "Warning! No base specified, looking for common ancestor." BASE=$(git merge-base --all "$REF" "${BRANCHES[@]}") if [ -z "$BASE" ]; then die "Couldn't find a common ancestor between these branches"