1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-01 06:20:55 +01:00

make more calls to _message use the -e option (16988)

This commit is contained in:
Sven Wischnowsky 2002-04-16 07:48:43 +00:00
parent d8fc48f7da
commit 61f8a07bfc
37 changed files with 97 additions and 72 deletions

View file

@ -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