Re: [ptxdist] /bin/sh link setting incompatibility when bash and dash installed

2024-05-12 Thread Michael Olbrich
On Wed, Apr 24, 2024 at 03:49:06PM +0100, Ian Abbott wrote: > Hi, > > Currently, the Kconfig option for BASH_SH (which causes /usr/bin/sh to be > linked to bash) is as follows: > > config BASH_SH > bool > default BUSYBOX = n || BUSYBOX_SH_IS_NONE > > However, if DASH_LINK_SH is enabl

[ptxdist] /bin/sh link setting incompatibility when bash and dash installed

2024-04-24 Thread Ian Abbott
Hi, Currently, the Kconfig option for BASH_SH (which causes /usr/bin/sh to be linked to bash) is as follows: config BASH_SH bool default BUSYBOX = n || BUSYBOX_SH_IS_NONE However, if DASH_LINK_SH is enabled, that will cause /usr/bin/sh to be linked to dash, resulting in a con