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:
parent
602a455746
commit
aac43e1e71
2
Makefile
2
Makefile
@ -15,7 +15,7 @@
|
|||||||
DEST=/opt/stack
|
DEST=/opt/stack
|
||||||
|
|
||||||
all:
|
all:
|
||||||
echo "This just saved you from a terrible mistake!"
|
@echo "This just saved you from a terrible mistake!"
|
||||||
|
|
||||||
# Do Some Work
|
# Do Some Work
|
||||||
stack:
|
stack:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user