| Summary: | qt5-build.class fix typo "git-r3_src_unpack ;&" | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | brankob |
| Component: | Eclasses | Assignee: | Qt Bug Alias <qt> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | jstein |
| Priority: | Normal | Keywords: | PATCH |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | patch for qt5-build.class | ||
Not a typo. The fallthrough is intentional. I understand the failthrough, but why the line ends with ";&" and not simple ";" ? Eh, nevermind. It seems like a new or at least obscure bash "feature"... |
Created attachment 626368 [details, diff] patch for qt5-build.class looks like a typo to me. Incidentally, it doesn't affect execution yet, but might if the script gets changed. Attached proposed patch.