]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Build: Fix a CR+LF problem when running autoreconf -fi on OS/2.
authorLasse Collin <lasse.collin@tukaani.org>
Thu, 26 Feb 2015 18:46:14 +0000 (20:46 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Thu, 26 Feb 2015 18:46:14 +0000 (20:46 +0200)
build-aux/version.sh

index 40d04936288d1748faedf1f52058df609215b528..f9fcda79f0a109a99122338ee4e7af938df39a0e 100644 (file)
@@ -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'