From 2498352fd5b28c84c17641a8edbcebe286c29d98 Mon Sep 17 00:00:00 2001 From: Nathaniel Landau Date: Sun, 21 Jun 2015 12:13:16 -0400 Subject: [PATCH] better handling of verbosity --- bin/trash | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/trash b/bin/trash index b5aeec0..c4c39f4 100755 --- a/bin/trash +++ b/bin/trash @@ -58,7 +58,7 @@ function trapCleanup() { # ----------------------------------- quiet=0 printLog=0 -verbose=true +verbose=0 force=0 strict=0 debug=0 @@ -178,7 +178,6 @@ function realpath() { function listTrash() { num_volumes=0 total_blocks=0 - verbose "listing trash contents" # list file contents & calculate size for user's .Trash folder if find "/Users/${user}/.Trash" -depth 1 ! -depth 0; then