From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ralph Alvy Subject: Re: Syntax error: Bad substitution Date: Wed, 08 Nov 2006 12:07:52 -0800 Message-ID: References: Mime-Version: 1.0 Content-Transfer-Encoding: 7Bit Return-path: Sender: linux-msdos-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-msdos@vger.kernel.org Bart Oldeman wrote: > On 11/8/06, Ralph Alvy wrote: > >> --- quote follows --- > >> If you are on Ubuntu 6.10, you should do this now: >> >> rm -f /bin/sh >> ln -s /bin/bash /bin/sh >> > > There are still advantages in using dash over bash, e.g. scripts are > executed faster that way. As for the remaining dosemu warning you got, > replacing > $UID > by > `id -ur` > in the dosemu script should fix that. > > Bart I ended up just replacing #! /bin/sh with #! /bin/bash Seemed like the easiest thing to do.