[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
parser eats '=' after variable names
From: |
Robert Millan |
Subject: |
parser eats '=' after variable names |
Date: |
Sat, 9 Feb 2008 22:15:52 +0100 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
It seems that the parser eats the extra '=' when used after a variable
evaluation:
grub> set a=a
grub> echo $a
a
grub> echo $a=
grub>
This breaks e.g. variable comparison via "test $a=b". Does someone have an
idea on how to fix it? I assume it involves the bison stuff which is highly
confusing to me... :-/
--
Robert Millan
<GPLv2> I know my rights; I want my phone call!
<DRM> What use is a phone call… if you are unable to speak?
(as seen on /.)
- parser eats '=' after variable names,
Robert Millan <=