Skip to content
Snippets Groups Projects
Commit 3ed7a8768863 authored by Lasse Collin's avatar Lasse Collin
Browse files

Portability improvement to version.sh.

parent 095254eae300
Branches
No related tags found
No related merge requests found
......@@ -20,4 +20,5 @@
s/^#define LZMA_VERSION_[MPS][AIT][AJNT][A-Z]* //p' \
src/liblzma/api/lzma/version.h \
| tr '\n' '|' \
| sed 's/|/./; s/|/./; s/|//g'
| sed 's/|/./; s/|/./; s/|//g' \
| tr -d '\n'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment