| Anonymous | Login | Signup for a new account | 11-10-2008 11:52 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
| 0002674 | [buildroot] Standards Compliance | major | always | 03-25-08 08:20 | 03-25-08 20:45 | |||||||
| Reporter | antab | View Status | public | |||||||||
| Assigned To | buildroot | |||||||||||
| Priority | normal | Resolution | open | |||||||||
| Status | assigned | Product Version | ||||||||||
| Summary | 0002674: patch-kernel.sh failes on newer versions of Ubuntu | |||||||||||
| Description |
The patch-kernel.sh script fails on newer versions of Ubuntu (and debian) where the /bin/sh link has been changed form /bin/bash to /bin/dash. The script will fail at line 23: for i in `cd ${patchdir}; ls -d ${patchpattern} 2> /dev/null` ; do where dash dosen't expand the ${patchpattern} but passes it directly to ls. Quick fix is to relink /bin/sh to bash, but scripts that depend on bash only features should NOT use /bin/sh but /bin/bash directly. more about the difference between dash and bash at: https://wiki.ubuntu.com/DashAsBinSh. [^] |
|||||||||||
| Additional Information | ||||||||||||
| Attached Files | ||||||||||||
|
|
||||||||||||
| Copyright © 2000 - 2006 Mantis Group |