Skip to content

Commit 8bee429

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Suppressed echoing of the line."
2 parents 036f938 + aac43e1 commit 8bee429

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)