Ticket #646 (closed defect: fixed)
Bashism on linux-gta01.inc
| Reported by: | cesarb@… | Owned by: | laforge@… |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | kernel | Version: | current svn head |
| Severity: | normal | Keywords: | |
| Cc: | buglog@… | Blocked By: | |
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | PatchReviewResult: | ||
| Reproducible: |
Description
linux-gta01.inc uses == to make a comparison on the test bultin, which is not
accepted by dash. Bash's own help says the correct is a single =.
Attachments
Change History
Changed 6 years ago by cesarb@…
- Attachment fix-bashism-linux-gta01.patch added
Note: See
TracTickets for help on using
tickets.

Fix for bashism on linux-gta01.inc