diff options
author | merakor <cem@ckyln.com> | 2021-10-27 15:33:30 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2021-10-27 15:33:30 +0000 |
commit | f6e1a09888dda127bcdae8189dace61fd37526e6 (patch) | |
tree | ab2dcdb1797cb47595aec4f7497bb22031251c38 | |
parent | 2e057db72c53c7a56e643d4c05660fc519d19f7e (diff) | |
download | cpt-f6e1a09888dda127bcdae8189dace61fd37526e6.tar.gz |
cpt-chbuild: fix shellcheck error
FossilOrigin-Name: e47f4602b3062da71eb9d7fc44e9cae82c06656bbc4e271fc961292fdc766754
-rwxr-xr-x | contrib/cpt-chbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cpt-chbuild b/contrib/cpt-chbuild index 9a60ab7..7a71c33 100755 --- a/contrib/cpt-chbuild +++ b/contrib/cpt-chbuild @@ -26,7 +26,7 @@ parser_definition() { global_options silent } -# shellcheck source=/bin/cpt-lib +# shellcheck source=../src/cpt-lib . cpt-lib die() { |