Re: [mu setup] pbm with mu -i

From: Michele Andreoli (m.andreoli@tin.it)
Date: Wed Mar 29 2000 - 14:20:25 CEST


On Tue, Mar 28, 2000 at 10:38:17PM +0000, Chris Ellec nicely wrote:
> hello,
>
> I am new to this list. I was wondering if there was an archive of the
> messages (apart from downloading 100 message at a time).
>
> I have version 8r2b, and when running mu -i, then selecting the option 0
> for parameter settings, the program exits with the error "read unknown
> option -p"
>
> I checked the code, around line 634 is the read -p "enter boot prompt
> setting", I tried removing the -p or using -r, but it doesn't help.
>

Do you checked that in Linux or muLinux? This is a bash/ash problem.

It work in bash v2.01, but I know there is some problem in some other
bash release.

Try substituting:

        read -p string var

with

        read string var

Please: first check on the interactive prompt.
Michele

-- 
I'd like to conclude with a positive statement, but I can't 
remember any. Would two negative ones do?       -- Woody Allen
---------------------------------------------------------------------
To unsubscribe, e-mail: mulinux-unsubscribe@sunsite.auc.dk
For additional commands, e-mail: mulinux-help@sunsite.auc.dk


This archive was generated by hypermail 2.1.6 : Sat Feb 08 2003 - 15:27:13 CET