Fix typo introduced during the most recent synchronization update.
authorNick Clifton <nickc@redhat.com>
Fri, 27 May 2016 13:34:06 +0000 (14:34 +0100)
committerNick Clifton <nickc@redhat.com>
Fri, 27 May 2016 13:34:06 +0000 (14:34 +0100)
ChangeLog
config.guess

index d3b9980dae6bfb5b0c64dc499622904f38bbc29c..721c9d31ce8400ae35b57c62c3319da51ee7c6f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-05-27  Nick Clifton  <nickc@redhat.com>
+
+       * config.guess (Alpha OSF1): Fix typo introduced during the most
+       recent synchronization update.
+
 2016-05-23  Nick Clifton  <nickc@redhat.com>
 
        * Import these patches from the gcc mainline:
index b422c438075054b637d6320d09ad73a88a25ac97..deaf2c46a68e9d2a86ca2bb745ab4218c22951ae 100755 (executable)
@@ -2,7 +2,7 @@
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2016 Free Software Foundation, Inc.
 
-timestamp='2016-05-23'
+timestamp='2016-05-27'
 
 # 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
@@ -307,7 +307,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
        # A Tn.n version is a released field test version.
        # A Xn.n version is an unreleased experimental baselevel.
        # 1.2 uses "1.2" for uname -r.
-       echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz`
+       echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`
        # Reset EXIT trap before exiting to avoid spurious non-zero exit code.
        exitcode=$?
        trap '' 0
This page took 0.035219 seconds and 4 git commands to generate.