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 shell scripts #102

Open sweep-nightly[bot] opened 1 year ago

sweep-nightly[bot] commented 1 year ago

Description

This PR replaces the outdated 'x-hack' practice in shell scripts with a more modern and reliable approach. The 'x-hack' was used to ensure compatibility across different shells and systems in the past. However, modern shells have evolved to be more reliable, making this practice obsolete.

The changes were made in the following files:

In each file, instances of x$var were replaced with "$var".

Summary of Changes

Fixes #4.


🎉 Latest improvements to Sweep:


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