Opened 12 years ago

Closed 12 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)

Maestro.sh (27 bytes ) - added by gabrimonfa 12 years ago.
Maestro.sh with unix-style eol and no stray characters

Download all attachments as: .zip

Change History (5)

comment:1 by jng, 12 years ago

Okay I see that the file is using CRLF line endings. Would changing it to LF resolve this?

comment:2 by jng, 12 years ago

Alternatively, could you attach a "fixed" version of this file?

by gabrimonfa, 12 years ago

Attachment: Maestro.sh added

Maestro.sh with unix-style eol and no stray characters

comment:3 by gabrimonfa, 12 years ago

In attachment the fixed version of Maestro.sh

comment:4 by jng, 12 years ago

Resolution: fixed
Status: newclosed

Fixed r6236

Note: See TracTickets for help on using tickets.