diff options
| author | nl6720 <nl6720@gmail.com> | 2022-12-06 14:20:30 +0200 |
|---|---|---|
| committer | nl6720 <nl6720@gmail.com> | 2023-06-15 15:12:28 +0300 |
| commit | 28a3a54c5f28e40a935609de9b092fe0c1cfee24 (patch) | |
| tree | d65be4ebbacca79c995bc2ae8133455717be7352 /scripts/run_archiso.sh | |
| parent | 40dbfcfaf0a06a5c8e92a1d5183d8ae4e4634835 (diff) | |
| download | archiso-28a3a54c5f28e40a935609de9b092fe0c1cfee24.tar.gz archiso-28a3a54c5f28e40a935609de9b092fe0c1cfee24.tar.bz2 | |
Fix optional shellcheck warnings
Additionally fix a few code style issues found with shfmt.
Diffstat (limited to 'scripts/run_archiso.sh')
| -rwxr-xr-x | scripts/run_archiso.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/run_archiso.sh b/scripts/run_archiso.sh index 6ddce15..87e5e25 100755 --- a/scripts/run_archiso.sh +++ b/scripts/run_archiso.sh @@ -11,7 +11,6 @@ # - qemu # - edk2-ovmf (when UEFI booting) - set -eu print_help() { |
