Bug 7460

Summary: ash/hush: bash-compat: add support for pattern matching to [[...]]
Product: Busybox Reporter: Jiri Prchal <jiri.prchal>
Component: Standard ComplianceAssignee: unassigned
Status: NEW ---    
Severity: enhancement CC: busybox-cvs
Priority: P5    
Version: 1.22.x   
Target Milestone: ---   
Hardware: Other   
OS: Linux   
Host: Target:
Build:

Description Jiri Prchal 2014-09-24 09:39:14 UTC
Try to match pattern does not work:

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