summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"