diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-13 09:38:37 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-13 09:38:37 +0300 |
| commit | 3ace65858ebce3af6b1795a4417095626c037aa7 (patch) | |
| tree | 4654562555270096a68ec2a4b85be284bf774e71 /src/lib/system.source.sh | |
| parent | 4c148998e65107e6bea01325060d728731e08aab (diff) | |
jm0: centralize runtime config defaults
Diffstat (limited to 'src/lib/system.source.sh')
| -rw-r--r-- | src/lib/system.source.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/system.source.sh b/src/lib/system.source.sh index 9fad90b..5d6f8e7 100644 --- a/src/lib/system.source.sh +++ b/src/lib/system.source.sh @@ -97,7 +97,7 @@ run_with_timeout() { tarball() { local -r tarball_name="$1"; shift - local -r tarball_suffix="${TARBALL_SUFFIX:-.tar}" + local -r tarball_suffix="$TARBALL_SUFFIX" local base local old_tarball local -a tar_opts=() |
