From 297af7e6d3dbf17791bffb1ede55e990b313fa0b Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 9 May 2024 13:03:35 +0100 Subject: build/roms: remove unnecessary command there is no need to return 0 at the end of a function. sh does that anyway Signed-off-by: Leah Rowe --- script/build/roms | 1 - 1 file changed, 1 deletion(-) diff --git a/script/build/roms b/script/build/roms index 6049848f..3e8b77be 100755 --- a/script/build/roms +++ b/script/build/roms @@ -172,7 +172,6 @@ print_target_name() break fi done - return 0 } skip_board() -- cgit v1.2.1