mirror of
https://github.com/armbian/build.git
synced 2026-05-04 19:56:11 +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>