Bug 13531 - ash: [[ x == "*" ]] (etc) is true
Summary: ash: [[ x == "*" ]] (etc) is true
Status: NEW
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: 1.33.x
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-11 00:32 UTC by mahatma
Modified: 2021-02-11 00:32 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mahatma 2021-02-11 00:32:23 UTC
ash:
[[ x == "*" ]]
[[ /123 == '/*' ]]
 - etc - is true.

Simple try: busybox ash -c '[[ x == "*" ]] && echo BUG'