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>
This commit is contained in:
Sachin Patil 2016-04-30 14:01:38 +05:30
parent 602a455746
commit aac43e1e71
1 changed files with 1 additions and 1 deletions

View File

@ -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: