aboutsummaryrefslogtreecommitdiff
path: root/contrib/cpt-export
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cpt-export')
-rwxr-xr-xcontrib/cpt-export2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/cpt-export b/contrib/cpt-export
index 68d628d..d90fb6f 100755
--- a/contrib/cpt-export
+++ b/contrib/cpt-export
@@ -26,12 +26,10 @@ db=$CPT_ROOT/var/db/cpt/installed
# Grab the package's version..
read -r ver rel 2>/dev/null < "$db/$1/version"
-
### Environment variables:
### The compression method can be changed while creating a tarball, using the
### .Ev CPT_COMPRESS
### environment variable.
-
# Fallback to gzip if there is a typo
case "$CPT_COMPRESS" in bz2|gz|xz|zst|lz) ;; *) CPT_COMPRESS=gz; esac