Bart Oldeman wrote: > On 11/8/06, Ralph Alvy <ralph@xxxxxxxxxxxxx> 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. - To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html