mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
liblzma: Fix validate_map.sh.
Adding the SPDX license identifier changed the line numbers.
This commit is contained in:
parent
22140a2df6
commit
924fdeedf4
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ DUPS=$(sort liblzma_generic.map | sed '/^$/d;/^global:$/d' | uniq -d)
|
|||
# ignored (@XZ_5.1.2alpha or @XZ_5.2.2 won't be added at all when
|
||||
# the #define HAVE_SYMBOL_VERSIONS_LINUX isn't used).
|
||||
IN_SYNC=
|
||||
if ! sed '109,123d' liblzma_linux.map \
|
||||
if ! sed '111,125d' liblzma_linux.map \
|
||||
| cmp -s - liblzma_generic.map; then
|
||||
IN_SYNC=no
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue