~vcs-imports/config/trunk

  • Committer: Dmitry V. Levin
  • Date: 2021-05-24 08:00:00 UTC
  • Revision ID: git-v1:9a37c126ce64403b83e9cfe72e29c26ab3a209b3
config.guess: remove redundant quotes in case commands

According to the GNU Autoconf Portable Shell Programming manual,
the Bourne shell does not systematically split variables and back-quoted
expressions, in particular on the right-hand side of assignments and in
the argument of 'case'.

The change is made automatically using the following command:
$ sed -E -i 's/(\<case )"(\$[^"]+)"( in\>)/\1\2\3/' config.guess

* config.guess: Simplify case commands by removing quotes around the
argument.

Suggested-by: Jacob Bachmeyer <jcb@gnu.org>
Filename Latest Rev Last Changed Committer Comment Size
..
doc 904 8 years ago Ben Elliston * Makefile (manpages): New target. (doc/config.g Diff
testsuite 574 19 years ago Ben Elliston * Makefile (check): New target. * testsuite/conf Diff
.gitattributes 1175 3 years ago Dmitry V. Levin .gitattributes: specify a custom git merge driver 141 bytes Diff Download File
.gitignore 1182 3 years ago Dmitry V. Levin Generate ChangeLog from git log * ChangeLog: Rena 11 bytes Diff Download File
ChangeLog-old 1182 3 years ago Dmitry V. Levin Generate ChangeLog from git log * ChangeLog: Rena 125 KB Diff Download File
File config.guess 1200 3 years ago Dmitry V. Levin config.guess: remove redundant quotes in case comm 48.3 KB Diff Download File
File config.sub 1196 3 years ago Dmitry V. Levin config.sub: Handle MIPS R3 and R5 ISA levels with 33.7 KB Diff Download File
File gitlog-to-changelog 1182 3 years ago Dmitry V. Levin Generate ChangeLog from git log * ChangeLog: Rena 16.1 KB Diff Download File
Makefile 1183 3 years ago Dmitry V. Levin testsuite: make config data sorted using "make sor 752 bytes Diff Download File