[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Variable assignment not working as expected
From: |
Marco Gerards |
Subject: |
Re: Variable assignment not working as expected |
Date: |
Sat, 09 Jun 2007 17:29:17 +0200 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) |
Bean <address@hidden> writes:
> I try the following command:
>
> set AA=1
> set BB=$AA
>
> then type set, it shows:
>
> AA=1
> BB=
>
> should the value of BB be 1 ?
This is a known bug :-/
> BTW, i notice that echo.c exists, but no echo.mod is generated.
I will have a look at this.
--
Marco
- Alternative booting method for grub2, Bean, 2007/06/08
- Variable assignment not working as expected, Bean, 2007/06/09
- Re: Variable assignment not working as expected, Bean, 2007/06/09
- Re: Variable assignment not working as expected, Marco Gerards, 2007/06/09
- Re: Variable assignment not working as expected, Alex Roman, 2007/06/09
- Re: Variable assignment not working as expected, Marco Gerards, 2007/06/09
Re: Variable assignment not working as expected,
Marco Gerards <=