diff --git a/boot-pkgs b/boot-pkgs index 6acea112e4db4368815d6f9d8832b081652495a9..de3008cf92882db7731ae608a47877952b6c8ae5 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/$_"; }