init
This commit is contained in:
6
expkg/vendor/lz4/tests/check_liblz4_version.sh
vendored
Normal file
6
expkg/vendor/lz4/tests/check_liblz4_version.sh
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
set -e
|
||||
|
||||
# written as a script shell, because pipe management in python is horrible
|
||||
ldd $1 | grep liblz4
|
||||
|
||||
Reference in New Issue
Block a user