kevinlu1248 / armbian-build

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

Remove x-hack from grub, nanopim4, and shellcheck scripts #47

Open sweep-nightly[bot] opened 11 months ago

sweep-nightly[bot] commented 11 months ago

Description

This PR removes the 'x$var' pattern from the grub, nanopim4, and shellcheck scripts in order to improve code readability and maintainability. The 'x$var' pattern is commonly used in shell scripting to prevent errors when a variable is unset. However, in this case, it is unnecessary and can be replaced with '$var' without affecting the functionality of the scripts.

Summary of Changes

These changes improve the code readability and maintainability of the scripts without affecting their functionality.

Fixes #42.


🎉 Latest improvements to Sweep:


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