diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-01-04 21:48:28 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-01-04 22:23:33 +0100 |
commit | c52d630f820a4a0c32aa0e615c2eb0ba8113d461 (patch) | |
tree | 542337ce63faddd240d94f5d76c6b24183acbfde /tools | |
parent | 356028ee876204d6e7df084a2a4debbb161f7f33 (diff) | |
download | weechat-c52d630f820a4a0c32aa0e615c2eb0ba8113d461.zip |
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).
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/build-debian.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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" |