Fix shellcheck

This commit is contained in:
Greg Hellings
2025-08-18 01:41:55 -05:00
parent e11f90482a
commit 12c768cae1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
root="$(cd "$(dirname "$0")"; pwd)"
root="$(cd "$(dirname "$0")" || exit; pwd)"
hcl="$root/amd64.pkrvars.hcl"
base="https://cdimage.debian.org/cdimage/archive/latest-oldoldstable/arm64/iso-cd/"
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
root="$(cd "$(dirname "$0")"; pwd)"
root="$(cd "$(dirname "$0")" || exit; pwd)"
hcl="$root/amd64.pkrvars.hcl"
base="https://cdimage.debian.org/cdimage/archive/latest-oldstable/arm64/iso-cd/"
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
root="$(cd "$(dirname "$0")"; pwd)"
root="$(cd "$(dirname "$0")" || exit; pwd)"
hcl="$root/amd64.pkrvars.hcl"
base="https://cdimage.debian.org/cdimage/release/current/amd64/iso-cd/"