aboutsummaryrefslogtreecommitdiff
path: root/src/cpt-lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpt-lib')
-rw-r--r--src/cpt-lib4
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