diff options
author | merakor <cem@ckyln.com> | 2021-11-09 12:34:14 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2021-11-09 12:34:14 +0000 |
commit | 3bd100bc38240ca7cf512fb0f7a9a3f68f5830b6 (patch) | |
tree | 66d7f83875d0e2ad670c05bacc7dae58e078ed68 /src/cpt-download | |
parent | 1cba6bc3be04d928aa5958e8435621bdb0711fae (diff) | |
parent | 458e2953caeb4034ac31e87ef54d7793d21cfa0b (diff) | |
download | cpt-3bd100bc38240ca7cf512fb0f7a9a3f68f5830b6.tar.gz |
merge 6.2.x branch
FossilOrigin-Name: b8a6b836398c80d01ca159297998732e8bd3b350cc5bb50515869afdb7d4a5d7
Diffstat (limited to 'src/cpt-download')
-rwxr-xr-x | src/cpt-download | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpt-download b/src/cpt-download index d2c9aeb..231e4bb 100755 --- a/src/cpt-download +++ b/src/cpt-download @@ -9,7 +9,7 @@ case "$1" in exit 0 ;; --version|-v) version ;; - '') set -- "${PWD##*/}"; export CPT_PATH=${PWD%/*}:$CPT_PATH + '') set -- "${PWD##*/}"; export CPT_PATH="${PWD%/*}:$CPT_PATH" esac create_cache |