[Buildroot] [buildroot 0002674]: patch-kernel.sh failes on newer versions of Ubuntu

bugs at busybox.net bugs at busybox.net
Tue Mar 25 15:20:00 UTC 2008


The following issue has been SUBMITTED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=2674 
====================================================================== 
Reported By:                antab
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   2674
Category:                   Standards Compliance
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             03-25-2008 08:20 PDT
Last Modified:              03-25-2008 08:20 PDT
====================================================================== 
Summary:                    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.
====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
03-25-08 08:20  antab          New Issue                                    
03-25-08 08:20  antab          Status                   new => assigned     
03-25-08 08:20  antab          Assigned To               => buildroot       
======================================================================




More information about the buildroot mailing list