mirror of
https://github.com/armbian/build.git
synced 2026-04-17 11:31:07 +02:00
Replace POSIX `[ ]` with bash `[[ ]]` on six conditionals: file existence checks, string comparisons, and -n tests. Also normalise `=` to `==` in the string comparison. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>