Bug 7460 - ash/hush: bash-compat: add support for pattern matching to [[...]]
Summary: ash/hush: bash-compat: add support for pattern matching to [[...]]
Status: NEW
Alias: None
Product: Busybox
Classification: Unclassified
Component: Standard Compliance (show other bugs)
Version: 1.22.x
Hardware: Other Linux
: P5 enhancement
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-24 09:39 UTC by Jiri Prchal
Modified: 2016-02-18 07:03 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 Jiri Prchal 2014-09-24 09:39:14 UTC
Try to match pattern does not work:

/ # [[ light0.sch != light*.sch ]]
/ # echo $?
0