kevinlu1248 / armbian-build

The Armbian Linux Build Framework under Kreyren's Management
GNU General Public License v2.0
0 stars 0 forks source link

Replace x-hack in shellcheck and artifact scripts #75

Open sweep-nightly[bot] opened 10 months ago

sweep-nightly[bot] commented 10 months ago

Description

This PR replaces all instances of the 'x-hack' in the shellcheck and artifact scripts with the modern approach. The 'x-hack' is a workaround used in bash scripts to prevent globbing and word splitting. However, it's not a recommended approach. The modern approach is to use double quotes around variable references and command substitutions.

Summary of Changes

Fixes #70.


🎉 Latest improvements to Sweep:


💡 To get Sweep to edit this pull request, you can: