some extra newlines

This commit is contained in:
David Glasser
2013-03-28 16:24:26 -07:00
parent 8d8bacd9a9
commit d8179cd255
2 changed files with 5 additions and 1 deletions

View File

@@ -105,7 +105,8 @@ var copyScriptToTmp = function () {
Fiber(function () {
console.warn(
"Meteor has a brand new distribution system!\n" +
"\n" +
"Meteor has a brand new distribution system!\n" +
"\n" +
"In this new system, code-named Engine, packages are downloaded\n" +
"individually and on demand. But all of the packages in each official\n" +

View File

@@ -54,6 +54,7 @@ rmdir "${INSTALL_TMPDIR}"
test -x "$HOME/.meteor/meteor"
cat 1>&2 <<"EOF"
Installing Meteor in your home directory (~/.meteor):
* 'meteor' build tool
* Package updates: absolute-url accounts-base accounts-facebook
@@ -92,6 +93,8 @@ if [ "$LAUNCHER_INSTALLED" = "1" ]; then
*** Run `hash -r` so that your shell notices it has moved. ***
**************************************************************
EOF
else
echo 1>&2
fi
else
cat 1>&2 <<"EOF"