From d11b6c56ff9e7de8cbfc24087cb99598c7c43aa0 Mon Sep 17 00:00:00 2001 From: Richard Hartmann Date: Thu, 29 Aug 2013 08:29:52 +0200 Subject: [PATCH] vcsh: Make init() less verbose --- vcsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcsh b/vcsh index 0822c9a..172ffd2 100755 --- a/vcsh +++ b/vcsh @@ -437,7 +437,7 @@ check_dir() { if [ -e "$check_directory" ]; then fatal "'$check_directory' exists but is not a directory" 13 else - info "attempting to create '$check_directory'" + verbose "attempting to create '$check_directory'" mkdir -p "$check_directory" || fatal "could not create '$check_directory'" 50 fi fi -- 2.39.5