summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYvan Roux <yvan.roux@linaro.org>2015-03-19 11:22:21 +0100
committerYvan Roux <yvan.roux@linaro.org>2015-03-19 11:22:21 +0100
commit5b3527e67e2858ffda5c5e8b2f619d52c4cc2bda (patch)
tree7e67d8188f19298ada9242a2a961bf08e652ab2d
parentc60a7880b865df68e5c57182b510f5b567eedf7e (diff)
Remove noisy "Configuration Checking" messages when everything is OK.dev
-rwxr-xr-xbackflip3
1 files changed, 1 insertions, 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"