|
Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
|
0001172 |
[BusyBox] Other |
minor |
always |
01-24-07 12:28 |
03-07-07 17:26 |
|
|
Reporter |
etwills |
View Status |
public |
|
|
Assigned To |
BusyBox |
|
Priority |
normal |
Resolution |
fixed |
|
|
Status |
closed |
|
Product Version |
1.4.x |
|
|
Summary |
0001172: scripts/trylink has unnecessary 'bash' dependency |
|
Description |
The scripts/trylink script starts "#!/bin/sh" but the `function try { ... }` syntax is a bash-ism.
This means that /bin/sh cannot be a symlink to busybox('s ash, amongst others) in any environment in which busybox is compiled. |
|
Additional Information |
Affects 1.4.0 and possibly also 1.3.x
Busybox successfully builds in an environment where it is the main shell if `try() { ... }` is used instead |
|
|
Attached Files |
|
|
|