]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: mkvers: fix a bug in sed statement
authorCorinna Vinschen <corinna@vinschen.de>
Sat, 1 Dec 2018 15:50:40 +0000 (16:50 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Sat, 1 Dec 2018 16:00:35 +0000 (17:00 +0100)
commit5b4de1c915e7f8db19bfe3907d1a301406a3ded7
treed9883a5e910fb7c9b9ac06a5d7846a5594eb8d41
parent2b72887ac834b0f0f675baff1af90771c7e36c87
Cygwin: mkvers: fix a bug in sed statement

While reformatting the script, backticks `` were replaced with
brackets $().  This in turn invalidated the \\( ... \\) expressions in the
sed script because backslash resolution in $() works differently from
backslash resolution in ``.  Only a single backslash is valid now.

While at it, fix up the uname(2) date representation when building a
snapshot.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/mkvers.sh
This page took 0.029634 seconds and 5 git commands to generate.