Fix space before tab.

This commit is contained in:
Ben Elliston 2019-01-04 06:38:07 +11:00
parent 42ddb154fe
commit c9fa258d05

4
config.sub vendored
View File

@ -2,7 +2,7 @@
# Configuration validation subroutine script.
# Copyright 1992-2019 Free Software Foundation, Inc.
timestamp='2019-01-01'
timestamp='2019-01-04'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@ -919,7 +919,7 @@ case $basic_machine in
;;
*-*)
# shellcheck disable=SC2162
# shellcheck disable=SC2162
IFS="-" read cpu vendor <<EOF
$basic_machine
EOF