Op 5 jun. 2012, om 07:58 heeft u...@emagii.com het volgende geschreven: > From: Ulf Samuelsson <u...@emagii.com> > > Signed-off-by: Ulf Samuelsson <u...@emagii.com> > --- > oebb.sh | 27 ++++++++++++++++++++------- > 1 files changed, 20 insertions(+), 7 deletions(-) > > > @@ -191,14 +204,15 @@ else > echo "export BBPATH=\"${BBPATH}\"" >> ${OE_ENV_FILE} > > > #-------------------------------------------------------------------------- > - # Look for dash > + # Reconfigure dash > > #-------------------------------------------------------------------------- > if [ "$(readlink /bin/sh)" = "dash" ] ; then > - echo "/bin/sh is a symlink to dash, please point it to bash instead" > - exit 1 > + sudo aptitude install expect -y > + expect -c 'spawn sudo dpkg-reconfigure -freadline dash; send "n\n"; > interact;'
This is a revert of https://github.com/Angstrom-distribution/setup-scripts/commit/bb16b330376bdf90dfb712a1c53ed31f5103b8ae which was done by popular demand on this list, so: NAK _______________________________________________ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel