Skip to content

Commit aac43e1

Browse files
author
Sachin Patil
committed
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>
1 parent 602a455 commit aac43e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
DEST=/opt/stack
1616

1717
all:
18-
echo "This just saved you from a terrible mistake!"
18+
@echo "This just saved you from a terrible mistake!"
1919

2020
# Do Some Work
2121
stack:

0 commit comments

Comments
 (0)