Skip to content

Commit

Permalink
Merge 7551db8 into 3ef88ff
Browse files Browse the repository at this point in the history
  • Loading branch information
pmienk committed Feb 27, 2018
2 parents 3ef88ff + 7551db8 commit c665a4a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,23 +73,19 @@ create_directory()

display_heading_message()
{
local MESSAGE="$1"

echo
echo "********************** $MESSAGE **********************"
echo "********************** $@ **********************"
echo
}

display_message()
{
local MESSAGE="$1"
echo "$MESSAGE"
echo "$@"
}

display_error()
{
local MESSAGE="$1"
>&2 echo "$MESSAGE"
>&2 echo "$@"
}

initialize_git()
Expand Down

0 comments on commit c665a4a

Please sign in to comment.