Skip to content

Commit

Permalink
maybe fixes sbt#1121 for ash, less confident as I don't even know not…
Browse files Browse the repository at this point in the history
…hing about ash
  • Loading branch information
tobyweston committed Apr 23, 2018
1 parent a4e3003 commit ed3ad3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fi

# Loads a configuration file full of default command line options for this script.
loadConfigFile() {
cat "$1" | sed '/^\#/d;s/\r$//' | sed 's/^-J-X/-X/' | tr '\r\n' ' '
cat "$1" | sed $'/^\#/d;s/\r$//' | sed 's/^-J-X/-X/' | tr '\r\n' ' '
}


Expand Down

0 comments on commit ed3ad3c

Please sign in to comment.