Modify ↓
Ticket #341 (closed defect: fixed)
scripts have hardcoded interpreter
| Reported by: | jimby | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 3.0-RC1 |
| Component: | Transcoding | Severity: | |
| Keywords: | transcoding scripts hardcoded | Cc: | |
| Who will test this: |
Description
The scripts in the instance/scripts directory have #!/bin/bash hardcoded. Not all systems have bash, and not all systems have bash in that location.
Should be changed to #!/bin/sh since that is standard on all systems.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

beta2 has now been released so moving this to 3.0-final.