Skip to content

Commit ef68eb5

Browse files
authored
Merge pull request #167 from pmienk/msvc_refactor
Correct BOOST_OPTIONS display error.
2 parents 3ef88ff + 7551db8 commit ef68eb5

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

install.sh

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,23 +73,19 @@ create_directory()
7373

7474
display_heading_message()
7575
{
76-
local MESSAGE="$1"
77-
7876
echo
79-
echo "********************** $MESSAGE **********************"
77+
echo "********************** $@ **********************"
8078
echo
8179
}
8280

8381
display_message()
8482
{
85-
local MESSAGE="$1"
86-
echo "$MESSAGE"
83+
echo "$@"
8784
}
8885

8986
display_error()
9087
{
91-
local MESSAGE="$1"
92-
>&2 echo "$MESSAGE"
88+
>&2 echo "$@"
9389
}
9490

9591
initialize_git()

0 commit comments

Comments
 (0)