Skip to content

Commit

Permalink
Convert Windows line endings to Unix line endings from Meteor release…
Browse files Browse the repository at this point in the history
… file.
  • Loading branch information
nphmuller committed Apr 11, 2019
1 parent d78c028 commit 90fbe49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/install-meteor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ else
# download installer script
curl -v https://install.meteor.com -o /tmp/install_meteor.sh

# convert potential Windows line endings to Unix line endings.
sed -i.bak 's/\r$//' $APP_SOURCE_DIR/.meteor/release

# read in the release version in the app
METEOR_VERSION=$(head $APP_SOURCE_DIR/.meteor/release | cut -d "@" -f 2)

Expand Down

0 comments on commit 90fbe49

Please sign in to comment.