From 611c3652153d24f6be5ccf9f98eadf1f8ca3b587 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Wed, 13 Sep 2017 08:19:52 +1000 Subject: [PATCH] Fix space before tab in config.sub. --- config.sub | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.sub b/config.sub index 8d2c203..5fae503 100755 --- a/config.sub +++ b/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2017 Free Software Foundation, Inc. -timestamp='2017-09-12' +timestamp='2017-09-13' # 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 @@ -1365,7 +1365,7 @@ then case $os in # First match some system type aliases that might get confused # with valid system types. - # -solaris* is a basic system type, with this one exception. + # -solaris* is a basic system type, with this one exception. -auroraux) os=-auroraux ;;