grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: test command (in-)compatibility


From: Vladimir 'φ-coder/phcoder' Serbinenko
Subject: Re: test command (in-)compatibility
Date: Fri, 22 Jan 2016 13:26:59 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.5.0

On 08.12.2015 17:36, Andrei Borzenkov wrote:
> `test' in GRUB implicitly assumes `and' operation between consecutive
> terms and does not enforce proper syntax like UNIX (bash) `test' does. Both
> 
> test x y z
> test x = y z = w
> 
> result in error in Linux and are silently accepted by GRUB with
> interpretation
> 
> test x -a y -a z
> test ( x = y ) -a ( z = w )
> 
> I do not have any strong opinion about it; but simply documenting it
> needs the least efforts :)
> 
Documented
> _______________________________________________
> Grub-devel mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/grub-devel
> 


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]