mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-17 14:59:07 +08:00
The sync-kernel.sh script has two consecutive tests for $BPF_BRANCH being provided by the user (and so the second one can currently never fail). Looking at the error message displayed in each case, we want to keep the second one. Let's remove the first check. Signed-off-by: Quentin Monnet <quentin@isovalent.com>