From 6aeb3ac70e47be6ceeb9373399d204083f5dfe2d Mon Sep 17 00:00:00 2001 From: libiunc <83122123+libiunc@users.noreply.github.com> Date: Tue, 16 Sep 2025 03:50:39 +0000 Subject: [PATCH] tools: Bump `SHELLFMT_VERSION` from 3.12.0 to null --- lib/tools/shellfmt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tools/shellfmt.sh b/lib/tools/shellfmt.sh index 71908ec335ca..6bdbeb684834 100755 --- a/lib/tools/shellfmt.sh +++ b/lib/tools/shellfmt.sh @@ -7,7 +7,7 @@ # This file is a part of the Armbian Build Framework # https://github.com/armbian/build/ -SHELLFMT_VERSION=${SHELLFMT_VERSION:-3.12.0} # https://github.com/mvdan/sh/releases/ +SHELLFMT_VERSION=${SHELLFMT_VERSION:-null} # https://github.com/mvdan/sh/releases/ SRC="$( cd "$(dirname "$0")/../.."