From: Lasse Collin Date: Thu, 26 Feb 2015 18:46:14 +0000 (+0200) Subject: Build: Fix a CR+LF problem when running autoreconf -fi on OS/2. X-Git-Tag: v5.2.2~25 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=a24518971cc621315af142dd3bb7614fab04ad27;p=thirdparty%2Fxz.git Build: Fix a CR+LF problem when running autoreconf -fi on OS/2. --- diff --git a/build-aux/version.sh b/build-aux/version.sh index 40d04936..f9fcda79 100644 --- a/build-aux/version.sh +++ b/build-aux/version.sh @@ -21,4 +21,4 @@ sed -n 's/LZMA_VERSION_STABILITY_ALPHA/alpha/ src/liblzma/api/lzma/version.h \ | tr '\n' '|' \ | sed 's/|/./; s/|/./; s/|//g' \ - | tr -d '\n' + | tr -d '\r\n'