X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=boot-pkgs;h=de3008cf92882db7731ae608a47877952b6c8ae5;hp=6acea112e4db4368815d6f9d8832b081652495a9;hb=4c1f0681d85da48deaf706c0f05d971deb48261f;hpb=ffb2e81c03a01e74825b3a0223e214df59241fab diff --git a/boot-pkgs b/boot-pkgs index 6acea11..de3008c 100644 --- a/boot-pkgs +++ b/boot-pkgs @@ -60,6 +60,7 @@ for $package (glob "libraries/*/") { or die "Failed to open $pkgs: $!"; while () { chomp; + s/\r//g; if (/.+/) { push @library_dirs, "$package/$_"; }