| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a0634d7 commit a4e261e
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,6 +20,8 @@ NGHTTP3_VERSION_H="$DEPS_DIR/ngtcp2/nghttp3/lib/includes/nghttp3/version.h" | |||
| 20 | 20 | ||
| 21 | 21 | CURRENT_VERSION=$(grep "#define NGHTTP3_VERSION" "$NGHTTP3_VERSION_H" | sed -n "s/^.*VERSION \"\(.*\)\"/\1/p") | |
| 22 | 22 | ||
| 23 | + echo "Comparing $NEW_VERSION with $CURRENT_VERSION" | ||
| 24 | + | ||
| 23 | 25 | if [ "$NEW_VERSION" = "$CURRENT_VERSION" ]; then | |
| 24 | 26 | echo "Skipped because http3 is on the latest version." | |
| 25 | 27 | exit 0 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments