diff options
Diffstat (limited to 'contrib/cygwin/ssh-user-config')
-rw-r--r-- | contrib/cygwin/ssh-user-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cygwin/ssh-user-config b/contrib/cygwin/ssh-user-config index 33dc0cbea..6fa4bb3ea 100644 --- a/contrib/cygwin/ssh-user-config +++ b/contrib/cygwin/ssh-user-config | |||
@@ -127,7 +127,7 @@ readonly -f check_user_homedir | |||
127 | check_user_dot_ssh_dir() { | 127 | check_user_dot_ssh_dir() { |
128 | if [ -e "${pwdhome}/.ssh" -a ! -d "${pwdhome}/.ssh" ] | 128 | if [ -e "${pwdhome}/.ssh" -a ! -d "${pwdhome}/.ssh" ] |
129 | then | 129 | then |
130 | csih_error "${pwdhome}/.ssh is existant but not a directory. Cannot create user identity files." | 130 | csih_error "${pwdhome}/.ssh is existent but not a directory. Cannot create user identity files." |
131 | fi | 131 | fi |
132 | 132 | ||
133 | if [ ! -e "${pwdhome}/.ssh" ] | 133 | if [ ! -e "${pwdhome}/.ssh" ] |