diff options
author | merakor <cem@ckyln.com> | 2020-12-20 09:17:25 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-12-20 09:17:25 +0000 |
commit | 75c6d2b49d6e5e4ce0aedf7767758844cbdd6f5a (patch) | |
tree | 680034b7560feb56b55a2347f76ef5dc4c7ed6dd /src/cpt-lib | |
parent | d41769b86cfb555347ca7f0dc8073fa6cd2bf700 (diff) | |
parent | 246eeaa2169dd7e0cf485b52a36f7ce64e72a80e (diff) | |
download | cpt-75c6d2b49d6e5e4ce0aedf7767758844cbdd6f5a.tar.gz |
Merge branch 'master' into redo
FossilOrigin-Name: 61d7c274f17e92fda76555e1c7200053fd563614420a40e69d4060dc6a28ad17
Diffstat (limited to 'src/cpt-lib')
-rw-r--r-- | src/cpt-lib | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpt-lib b/src/cpt-lib index e071206..c75fbcf 100644 --- a/src/cpt-lib +++ b/src/cpt-lib @@ -8,7 +8,7 @@ # Currently maintained by Cem Keylan. version() { - log "Carbs Packaging Tools" 5.1.0 + log "Carbs Packaging Tools" 5.1.1 exit 0 } @@ -1746,7 +1746,7 @@ pkg_updates(){ pkg_clean() { # Clean up on exit or error. This removes everything related # to the build. - [ "$CPT_DEBUG" != 1 ] || return + [ "$CPT_DEBUG" != 1 ] || return 0 # Block 'Ctrl+C' while cache is being cleaned. trap_set block |