Skip to content

Commit

Permalink
Revert "Fixed \n strangeness in 'release.sh'."
Browse files Browse the repository at this point in the history
This reverts commit 3d41058.
  • Loading branch information
Robert Spitzenpfeil committed Jul 12, 2015
1 parent 3d41058 commit e36fa97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ if [[ -z ${vmaj} || -z ${vmia} || -z ${vmib} ]]; then
exit 2
fi

vline=$(cut -d'\n' -f5 youyue858d.ino | sed "s/^ \\* ${vers}$//" )
vline=$(cut -d'
' -f5 youyue858d.ino | sed "s/^ \\* ${vers}$//" )

echo "vline: '$vline'"

Expand Down

0 comments on commit e36fa97

Please sign in to comment.