From 2f332281f4b1a854e6d684b3f1a50f64538f4877 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 26 Oct 2022 17:15:25 +0200 Subject: [PATCH] fix up scripts/bad_stable --- scripts/bad_stable | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bad_stable b/scripts/bad_stable index c2b3ed46bc0..03165f82125 100755 --- a/scripts/bad_stable +++ b/scripts/bad_stable @@ -138,7 +138,7 @@ reply() echo echo "Possible dependencies:" echo - echo "$(curl -s https://git.kernel.org/pub/scm/linux/kernel/git/sashal/deps.git/plain/v$STABLE_VERSION/$git_id)" + echo "$(curl --fail --silent https://git.kernel.org/pub/scm/linux/kernel/git/sashal/deps.git/plain/v$STABLE_VERSION/$git_id)" echo echo "thanks," echo -- 2.47.2