aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2021-11-09 09:57:30 +0000
committermerakor <cem@ckyln.com>2021-11-09 09:57:30 +0000
commit066f39fe72bd7fdcd8f2c56d2d5cf9fbed9e9e0d (patch)
treefce835288e742c76175cd473674b0c326e701515
parent36ec0ea4176c680a84bfac9284dc0fd207078563 (diff)
downloadcpt-066f39fe72bd7fdcd8f2c56d2d5cf9fbed9e9e0d.tar.gz
cpt-build: fix shellcheck error
FossilOrigin-Name: 6ead8644b196024a910c4878fc63a982468e4ef65d7c9d6066b89df584b1a940
-rwxr-xr-xsrc/cpt-build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpt-build b/src/cpt-build
index 4eccbd1..03a33b7 100755
--- a/src/cpt-build
+++ b/src/cpt-build
@@ -10,7 +10,7 @@ parser_definition() {
if [ -f ./cpt-lib ]; then . ./cpt-lib; else . cpt-lib; fi
-[ "$1" ] || { set -- "${PWD##*/}"; export CPT_PATH=${PWD%/*}:$CPT_PATH ;}
+[ "$1" ] || { set -- "${PWD##*/}"; export CPT_PATH="${PWD%/*}:$CPT_PATH" ;}
create_cache