Opened 13 years ago
Closed 13 years ago
#1885 closed defect (fixed)
stray characters in Maestro.sh
Reported by: | gabrimonfa | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Maestro | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
Script Maestro.sh has some stray characters at the beginning of the first line.
In an hex editor they appear as EF BB BF and then there is the #!/bin/bash.
Please remove them.
Also please convert the file to use *nix line ending (in hex 0A instead of 0D 0A).
Attachments (1)
Change History (5)
comment:1 by , 13 years ago
by , 13 years ago
Attachment: | Maestro.sh added |
---|
Maestro.sh with unix-style eol and no stray characters
Note:
See TracTickets
for help on using tickets.
Okay I see that the file is using CRLF line endings. Would changing it to LF resolve this?