Re: [PATCH] create variables when exporting them

2009-12-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Andreas Born wrote: I just noticed that I forgot the header line of the diff. Sorry for that. New double checked version attached. Applied with stylistic fixes The Changelog is still: 2009-12-15 Andreas Born futur.a...@googlemail.com * kern/env.c (grub_env_export): Create nonexistent

Re: [PATCH] create variables when exporting them

2009-12-15 Thread Andreas Born
I just noticed that I forgot the header line of the diff. Sorry for that. New double checked version attached. The Changelog is still: 2009-12-15 Andreas Born futur.a...@googlemail.com * kern/env.c (grub_env_export): Create nonexistent variables before exporting. Andreas Born schrieb:

Re: [PATCH] create variables when exporting them

2009-12-06 Thread Andreas Born
Same here. Nothing changed as of r1917 and I didn't get any further feedback either. I've attached a rediffed version, too. Andreas Born schrieb: Here you go: ChangeLog: 2009-10-15 Andreas Born futur.a...@googlemail.com * kern/env.c (grub_env_export): Create nonexistent variables

[PATCH] create variables when exporting them

2009-10-15 Thread Andreas Born
This patch changes grub_env_export to create variables with empty value, if necessary. This makes it possible to export variables before actually assigning them any value and is the way bash behaves. Thanks Andreas ChangeLog: 2009-10-15 Andreas Born futur.a...@googlemail.com *

Re: [PATCH] create variables when exporting them

2009-10-15 Thread Colin Watson
On Thu, Oct 15, 2009 at 08:40:37PM +0200, Andreas Born wrote: This patch changes grub_env_export to create variables with empty value, if necessary. This makes it possible to export variables before actually assigning them any value and is the way bash behaves. This makes sense to me

Re: [PATCH] create variables when exporting them

2009-10-15 Thread Andreas Born
Here you go: ChangeLog: 2009-10-15 Andreas Born futur.a...@googlemail.com * kern/env.c (grub_env_export): Create nonexistent variables before exporting. The mixed indentation (tabs and spaces) in kern/env.c was a bit confusing. Andreas Colin Watson schrieb: On Thu, Oct 15, 2009 at