From 425bf70af8bbf7dd4f55528842a46b68860df170 Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Tue, 24 Mar 2009 18:06:59 +0100 Subject: [PATCH] add ssh in the cache directory. Signed-off-by: Pierre Habouzit --- +bin/madconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/+bin/madconf b/+bin/madconf index 1e35d64..aae2ee2 100755 --- a/+bin/madconf +++ b/+bin/madconf @@ -21,6 +21,6 @@ find $dotfiles -mindepth 1 \( -name '[+.]*' -prune -o -not -type d -print \) | w dot_ln "$f" ".${f#$dotfiles/}" done -for cache in zsh rlwrap ccache; do +for cache in ssh zsh rlwrap ccache; do mkdir -p "$HOME/.cache/$cache" done -- 2.20.1