We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 035356f commit 89e068aCopy full SHA for 89e068a
tools/dep_updaters/update-nghttp3.sh
@@ -20,6 +20,8 @@ NGHTTP3_VERSION_H="$DEPS_DIR/ngtcp2/nghttp3/lib/includes/nghttp3/version.h"
20
21
CURRENT_VERSION=$(grep "#define NGHTTP3_VERSION" "$NGHTTP3_VERSION_H" | sed -n "s/^.*VERSION \"\(.*\)\"/\1/p")
22
23
+echo "Comparing $NEW_VERSION with $CURRENT_VERSION"
24
+
25
if [ "$NEW_VERSION" = "$CURRENT_VERSION" ]; then
26
echo "Skipped because http3 is on the latest version."
27
exit 0
0 commit comments