From aac43e1e71dd27fa7955f0385a67a91916676fee Mon Sep 17 00:00:00 2001 From: Sachin Patil Date: Sat, 30 Apr 2016 14:01:38 +0530 Subject: [PATCH] Suppressed echoing of the line. I think the objective of the line is to display message, but it was also echoing entire line before printing the message. Change-Id: I758759638003deec3205983863f4b7e23ba94e89 Signed-off-by: Sachin Patil --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a94d60a0ef..970d8009eb 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ DEST=/opt/stack all: - echo "This just saved you from a terrible mistake!" + @echo "This just saved you from a terrible mistake!" # Do Some Work stack: