aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2021-07-04 12:06:03 +0000
committermerakor <cem@ckyln.com>2021-07-04 12:06:03 +0000
commit7d4770a67bd91e9cb67d429880fe79dc48dd8337 (patch)
tree12ae86d86ced5fc7b9a01894ba3433df039c9914
parent1dd4d6ff907682cd1ae941224d4b3bc02443f51e (diff)
downloadcpt-7d4770a67bd91e9cb67d429880fe79dc48dd8337.tar.gz
cpt-export: delete unnecessary whitespace
FossilOrigin-Name: 4bbdc47399b2227192502eccd1cb0dce3f6e5fc311c2b4c0deb967dceb68c036
-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