---------- Forwarded message ----------
From: Dmitry Gorbachev <d.g.gorbac...@gmail.com>
Date: Sat, 28 Dec 2013 02:33:18 +0400
Subject: [Patch, trivial] PR 56653: Fix warning when verifying
checksums from MD5SUMS file in tarballs
To: gcc-patches@gcc.gnu.org

This patch is to fix `md5sum: WARNING: 1 line is improperly formatted' thing.


2013-12-28  Dmitry Gorbachev  <d.g.gorbac...@gmail.com>

        PR 56653
        * gcc_release: Add an extra `#' character to the comment header of
        MD5SUMS.


*** maintainer-scripts/gcc_release
--- maintainer-scripts/gcc_release
***************
*** 214,218 ****
  # Suggested usage:
  # md5sum -c MD5SUMS | grep -v \"OK$\"
! " > MD5SUMS

    find . -type f |
--- 214,218 ----
  # Suggested usage:
  # md5sum -c MD5SUMS | grep -v \"OK$\"
! #" > MD5SUMS

    find . -type f |

Reply via email to