Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyweston committed Apr 23, 2018
1 parent 6586ccd commit a4e3003
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ run() {

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

# Now check to see if it's a good enough version
Expand Down

0 comments on commit a4e3003

Please sign in to comment.