Browse code

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 <psachin@redhat.com>

Sachin Patil authored on 2016/04/30 17:31:38
Showing 1 changed files
... ...
@@ -15,7 +15,7 @@
15 15
 DEST=/opt/stack
16 16
 
17 17
 all:
18
-	echo "This just saved you from a terrible mistake!"
18
+	@echo "This just saved you from a terrible mistake!"
19 19
 
20 20
 # Do Some Work
21 21
 stack: