summaryrefslogtreecommitdiff
path: root/src/lib/system.source.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/system.source.sh')
-rw-r--r--src/lib/system.source.sh2
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=()