From 5b3527e67e2858ffda5c5e8b2f619d52c4cc2bda Mon Sep 17 00:00:00 2001 From: Yvan Roux Date: Thu, 19 Mar 2015 11:22:21 +0100 Subject: Remove noisy "Configuration Checking" messages when everything is OK. --- backflip | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backflip b/backflip index b7e041e..d122105 100755 --- a/backflip +++ b/backflip @@ -108,7 +108,7 @@ compare() { } # ============================================================================== -print_step "Checking Configuration" +# Checking Configuration # ============================================================================== if ! git remote -v 2>&1 | grep "ssh.*git\.linaro\.org" > /dev/null ; then die "You're not in the right directory !" @@ -126,7 +126,6 @@ if ! which $CMPTOOL > /dev/null ; then print_info "Default comparison tool is missing" ask "Enter tool name: " CMPTOOL fi -print_info "${bold}OK${NC}" # ============================================================================== print_step "Finding SHA1" -- cgit v1.2.3