All of lore.kernel.org
 help / color / mirror / Atom feed
* test command (in-)compatibility
@ 2015-12-08 16:36 Andrei Borzenkov
  2016-01-22 12:26 ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 1 reply; 2+ messages in thread
From: Andrei Borzenkov @ 2015-12-08 16:36 UTC (permalink / raw)
  To: The development of GNU GRUB

`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 :)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-01-22 12:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-08 16:36 test command (in-)compatibility Andrei Borzenkov
2016-01-22 12:26 ` Vladimir 'φ-coder/phcoder' Serbinenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.