Skip to content

Commit

Permalink
Revert "build-aux/version.sh: Use SUSv2 compatible sed expression."
Browse files Browse the repository at this point in the history
This reverts commit 5d983c1.
  • Loading branch information
thesamesam committed May 2, 2024
1 parent c80312e commit 4139a96
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build-aux/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,5 @@ sed -n 's/LZMA_VERSION_STABILITY_ALPHA/alpha/
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 '\r\n'

0 comments on commit 4139a96

Please sign in to comment.