mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-11-19 13:00:05 -07:00
kiss: remove log message
This commit is contained in:
parent
8b4f7c732d
commit
ff85b46816
4
kiss
4
kiss
@ -842,8 +842,6 @@ pkg_clean() {
|
||||
# to the build.
|
||||
[ "$KISS_DEBUG" = 1 ] && return
|
||||
|
||||
log "Cleaning cache directories..."
|
||||
|
||||
# Remove temporary directories.
|
||||
rm -rf -- "$mak_dir" "$pkg_dir" "$tar_dir"
|
||||
|
||||
@ -993,7 +991,7 @@ args() {
|
||||
|
||||
# Print version and exit.
|
||||
v|ve|ver|vers|versi|versio|version)
|
||||
log "kiss 0.6.1"
|
||||
log "kiss 0.6.2"
|
||||
;;
|
||||
|
||||
# Print usage and exit.
|
||||
|
Loading…
Reference in New Issue
Block a user