Skip to content

Commit

Permalink
Corrent unix line terminators
Browse files Browse the repository at this point in the history
  • Loading branch information
jasontatton committed Dec 4, 2019
1 parent 133ce04 commit b37a6cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release/bin/conc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Adapted from scripts included with Scala (https://www.scala-lang.org)
##############################################################################

findConcHome () {
findConcHome () {
local source="${BASH_SOURCE[0]}"
while [ -h "$source" ] ; do
local linked="$(readlink "$source")"
Expand Down
2 changes: 1 addition & 1 deletion release/bin/concc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Adapted from scripts included with Scala (https://www.scala-lang.org)
##############################################################################

findconcHome () {
findconcHome () {
local source="${BASH_SOURCE[0]}"
while [ -h "$source" ] ; do
local linked="$(readlink "$source")"
Expand Down

0 comments on commit b37a6cb

Please sign in to comment.