Skip to content
Snippets Groups Projects
Unverified Commit 5a4d54cb authored by klang's avatar klang Committed by GitHub
Browse files

Get rid of carriage returns on Linux

parent 3842e374
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@ sub Parse
next if ( $line =~ /\s*#/ );
chomp($line);
$line =~ s/\r//g;
$_ = $line;
#test for "include" command
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment