diff options
author | Brent Cook <busterb@gmail.com> | 2024-04-08 20:26:36 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2024-04-08 20:26:36 -0500 |
commit | e28c00a367d733fe3c6a0dfbcf8607160382e37d (patch) | |
tree | 21c369ac4456a5bc61ebb4efd274a42acf2db571 /update.sh | |
parent | 1ed1b236f2f9e41ae549391a8ee52cc2894736a9 (diff) | |
parent | d88107b3863b05385e15e2dc096a99e7f0749ba9 (diff) | |
download | portable-e28c00a367d733fe3c6a0dfbcf8607160382e37d.tar.gz portable-e28c00a367d733fe3c6a0dfbcf8607160382e37d.tar.bz2 portable-e28c00a367d733fe3c6a0dfbcf8607160382e37d.zip |
Land #1047, use file version number in test scripts
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -149,7 +149,7 @@ else | |||
149 | $CP $libcrypto_src/opensslv.h include/openssl | 149 | $CP $libcrypto_src/opensslv.h include/openssl |
150 | fi | 150 | fi |
151 | 151 | ||
152 | awk '/LIBRESSL_VERSION_TEXT/ {print $4}' < include/openssl/opensslv.h | cut -d\" -f1 > VERSION | 152 | awk '/LIBRESSL_VERSION_TEXT/ {print $4}' < include/openssl/opensslv.h | cut -d\" -f1 | head -n1 > VERSION |
153 | echo "LibreSSL version `cat VERSION`" | 153 | echo "LibreSSL version `cat VERSION`" |
154 | 154 | ||
155 | # copy libcrypto source | 155 | # copy libcrypto source |