On Sun, Jun 06, 2010 at 11:13:35PM +0100, Colin Watson wrote:
> On Sun, Jun 06, 2010 at 09:49:44PM +0200, Mario 'BitKoenig' Holbe wrote:
> prefix and root should never contain spaces, and I don't really want to
> uglify the generated configuration file by quoting those.  Could you
> please confirm that these parts of your diff are sufficient?
> 
> > -if [ ${prev_saved_entry} ]; then
> > -  set saved_entry=${prev_saved_entry}
> > +if [ "${prev_saved_entry}" ]; then
> > +  set saved_entry="${prev_saved_entry}"
> 
> > -  if [ -z ${boot_once} ]; then
> > -    saved_entry=${chosen}
> > +  if [ -z "${boot_once}" ]; then
> > +    saved_entry="${chosen}"

Yes, they are sufficient to make savedefault working again.


regards
   Mario
-- 
We know that communication is a problem, but the company is not going to
discuss it with the employees.
                       -- Switching supervisor, AT&T Long Lines Division

Attachment: signature.asc
Description: Digital signature

Reply via email to