>              Resources.toString(Resources.getResource("test_install_ruby." + 
> ShellToken.SH.to(OsFamily.UNIX)),
>                    Charsets.UTF_8)
>                    + Resources.toString(
>                          Resources.getResource("test_install_rubygems." + 
> ShellToken.SH.to(OsFamily.UNIX)),
>                          Charsets.UTF_8)
>                    + "gem install chef --no-rdoc --no-ri\n"
> -                  + 
> Resources.toString(Resources.getResource("bootstrap.sh"), Charsets.UTF_8));
> +                  + 
> Resources.toString(Resources.getResource("bootstrap.sh"), 
> Charsets.UTF_8).replace("\r\n", "\n"));

Again, why does `bootstrap.sh` contain CRLFs in the first place?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-chef/pull/5/files#r4900620

Reply via email to