| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
only for syscons.
Requested by: Alexander Leidinger <Alexander@Leidinger.net>
MFC after: 7 days
|
|
|
|
|
|
|
|
| |
plus documentation.
Submitted by: Alexander Leidinger <Alexander@Leidinger.net>
Not objected to by: hm
MFC after: 1 week
|
|
|
|
|
|
| |
PR: conf/24865
Submitted by: schweikh
Reviewed by: hm
|
|
|
|
| |
w/o giving any credit.
|
|
|
|
|
|
|
|
|
| |
case instead of test where appropriate, since case allows case is a sh
builtin and (as a side-effect) allows case-insensitivity.
Changes discussed on freebsd-hackers.
Submitted by: Doug Barton <Doug@gorean.org>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* All variables are now embraced: ${foo}
* All comparisons against some value now take the form:
[ "${foo}" ? "value" ]
where ? is a comparison operator
* All empty string tests now take the form:
[ -z "${foo}" ]
* All non-empty string tests now take the form:
[ -n "${foo}" ]
Submitted by: jkh
|
| |
|
|
Reviewed by: Joerg Wunsch
|