From 8c2c3430daf3c1091f1033e87658ef02805a42dd Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Wed, 16 Jul 2025 17:52:32 +0200 Subject: [fix] apply shell formating / shfmt (make format.shell) Signed-off-by: Markus Heiser --- utils/brand.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/brand.sh') diff --git a/utils/brand.sh b/utils/brand.sh index 1749efb31..2d72fadf1 100755 --- a/utils/brand.sh +++ b/utils/brand.sh @@ -27,6 +27,6 @@ build.env.export() { } -pushd "${REPO_ROOT}" &> /dev/null +pushd "${REPO_ROOT}" &>/dev/null build.env.export -popd &> /dev/null +popd &>/dev/null -- cgit v1.2.3