mirror of https://github.com/mirror/busybox.git
shell: and_or_and_backgrounding.tests is no longer "UNFIXED BUG"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>1_28_stable
parent
ee553b929c
commit
9f904a22ff
|
@ -1,4 +1,3 @@
|
|||
# UNFIXED BUG: hush thinks that ; && || & have the same precedence.
|
||||
# According to this doc, && || have higher precedence than ; &.
|
||||
# See example below.
|
||||
# Precedence of ; is not a problem in practice. Precedence of & is.
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# UNFIXED BUG: hush thinks that ; && || & have the same precedence.
|
||||
# According to this doc, && || have higher precedence than ; &.
|
||||
# See example below.
|
||||
# Precedence of ; is not a problem in practice. Precedence of & is.
|
||||
|
|
Loading…
Reference in New Issue