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 codebase #6

Closed sweep-nightly[bot] closed 11 months ago

sweep-nightly[bot] commented 11 months ago

Description

This PR removes the outdated 'x-hack' syntax from the codebase. The 'x-hack' was used to ensure compatibility across different shells and systems, but it is now considered obsolete. The 'x-hack' has been replaced with direct comparisons, resulting in more modern and reliable code.

Summary of Changes

The following files have been modified to remove the 'x-hack':

In each file, all instances of the 'x-hack' have been replaced with direct comparisons. This improves the readability and maintainability of the code.

Please review and merge this PR to ensure the codebase is up to date with modern shell scripting practices.

Fixes #4.


🎉 Latest improvements to Sweep:


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