| Summary: | /usr/bin/[ works like 'test', not like '[' | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Sergey Vlasov <vsu> |
| Component: | coreutils | Assignee: | placeholder <placeholder> |
| Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
| Severity: | normal | ||
| Priority: | P2 | CC: | glebfm, ldv, mike, placeholder, vt |
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
|
Description
Sergey Vlasov
2006-10-20 18:29:39 MSD
$ bash $ command [ -n xxx ] $ command [ a = a ] $ /usr/bin/[ a = a ] /usr/bin/[: extra argument `]' $ rpm -q coreutils coreutils-6.11-alt1 > bash
$ command [ a = a ]
$ command [ -n xxx ]
$ rpm -q coreutils
coreutils-6.12-alt2
|