From c52d630f820a4a0c32aa0e615c2eb0ba8113d461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 4 Jan 2023 21:48:28 +0100 Subject: [PATCH] core: remove useless "exit 0" This fixes the following shellcheck error: SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). --- tools/build-debian.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/build-debian.sh b/tools/build-debian.sh index 1469612ae..5cfc71d40 100755 --- a/tools/build-debian.sh +++ b/tools/build-debian.sh @@ -146,7 +146,6 @@ if [ $# -eq 0 ]; then fi if [ "$1" = "test-patches" ]; then test_patches - exit 0 fi if [ $# -lt 2 ]; then error_usage "missing arguments"