aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2024-04-08 20:26:36 -0500
committerBrent Cook <busterb@gmail.com>2024-04-08 20:26:36 -0500
commite28c00a367d733fe3c6a0dfbcf8607160382e37d (patch)
tree21c369ac4456a5bc61ebb4efd274a42acf2db571 /update.sh
parent1ed1b236f2f9e41ae549391a8ee52cc2894736a9 (diff)
parentd88107b3863b05385e15e2dc096a99e7f0749ba9 (diff)
downloadportable-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-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index b190ab8..474a0ff 100755
--- a/update.sh
+++ b/update.sh
@@ -149,7 +149,7 @@ else
149 $CP $libcrypto_src/opensslv.h include/openssl 149 $CP $libcrypto_src/opensslv.h include/openssl
150fi 150fi
151 151
152awk '/LIBRESSL_VERSION_TEXT/ {print $4}' < include/openssl/opensslv.h | cut -d\" -f1 > VERSION 152awk '/LIBRESSL_VERSION_TEXT/ {print $4}' < include/openssl/opensslv.h | cut -d\" -f1 | head -n1 > VERSION
153echo "LibreSSL version `cat VERSION`" 153echo "LibreSSL version `cat VERSION`"
154 154
155# copy libcrypto source 155# copy libcrypto source