From 61f8a07bfc2348b14a7dc194968fcf62f723f36f Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Tue, 16 Apr 2002 07:48:43 +0000 Subject: make more calls to _message use the -e option (16988) --- Completion/Base/Utility/_store_cache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Base') diff --git a/Completion/Base/Utility/_store_cache b/Completion/Base/Utility/_store_cache index 2fe7dfcb6..962c4f381 100644 --- a/Completion/Base/Utility/_store_cache +++ b/Completion/Base/Utility/_store_cache @@ -15,7 +15,7 @@ if zstyle -t ":completion:${curcontext}:" use-cache; then else mkdir -p "$_cache_dir" if [[ ! -d "$_cache_dir" ]]; then - _message "Couldn't create cache-dir $_cache_dir" + _message "couldn't create cache-dir $_cache_dir" return 1 fi fi -- cgit 1.4.1