mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-14 07:03:41 +12:00
Silence warning SC2021 from shellcheck.
* config.guess (*:GNU/*:*:*): Use [:upper:] and [:lower:] classes instead of [A-Z] and [a-z]. Putting [] around character ranges in tr is a mistake anyway, as it includes square brackets in the translation.
This commit is contained in:
@ -1,3 +1,11 @@
|
||||
2016-04-02 Ben Elliston <bje@gnu.org>
|
||||
|
||||
Silence warning SC2021 from shellcheck.
|
||||
* config.guess (*:GNU/*:*:*): Use [:upper:] and [:lower:] classes
|
||||
instead of [A-Z] and [a-z]. Putting [] around character ranges in
|
||||
tr is a mistake anyway, as it includes square brackets in the
|
||||
translation.
|
||||
|
||||
2016-04-02 Ben Elliston <bje@gnu.org>
|
||||
|
||||
Silence warning SC2116 from shellcheck.
|
||||
|
Reference in New Issue
Block a user