We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef88ff commit 7551db8Copy full SHA for 7551db8
install.sh
@@ -73,23 +73,19 @@ create_directory()
73
74
display_heading_message()
75
{
76
- local MESSAGE="$1"
77
-
78
echo
79
- echo "********************** $MESSAGE **********************"
+ echo "********************** $@ **********************"
80
81
}
82
83
display_message()
84
85
86
- echo "$MESSAGE"
+ echo "$@"
87
88
89
display_error()
90
91
92
- >&2 echo "$MESSAGE"
+ >&2 echo "$@"
93
94
95
initialize_git()
0 commit comments