Skip to content
This repository was archived by the owner on Sep 1, 2020. It is now read-only.
This repository was archived by the owner on Sep 1, 2020. It is now read-only.

Invalid carriage returns on Linux scripts #7

@gdaniel

Description

@gdaniel

The scripts use the windows' end of line format with CR LF, while Linux expects LF.

Quick fix:

sed -i -e 's/\r$//' create_mgw_3shelf_6xIPNI1P.sh

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions