mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Build: Fix a CR+LF problem when running autoreconf -fi on OS/2.
This commit is contained in:
parent
dec11497a7
commit
a24518971c
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue