summaryrefslogtreecommitdiff
path: root/contrib/cygwin
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cygwin')
-rw-r--r--contrib/cygwin/ssh-host-config2
-rw-r--r--contrib/cygwin/ssh-user-config2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/cygwin/ssh-host-config b/contrib/cygwin/ssh-host-config
index db6aaa08a..261020af3 100644
--- a/contrib/cygwin/ssh-host-config
+++ b/contrib/cygwin/ssh-host-config
@@ -22,7 +22,7 @@
22 22
23CSIH_SCRIPT=/usr/share/csih/cygwin-service-installation-helper.sh 23CSIH_SCRIPT=/usr/share/csih/cygwin-service-installation-helper.sh
24 24
25# List of apps used. This is checkad for existance in csih_sanity_check 25# List of apps used. This is checkad for existence in csih_sanity_check
26# Don't use *any* transient commands before sourcing the csih helper script, 26# Don't use *any* transient commands before sourcing the csih helper script,
27# otherwise the sanity checks are short-circuited. 27# otherwise the sanity checks are short-circuited.
28declare -a csih_required_commands=( 28declare -a csih_required_commands=(
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
127check_user_dot_ssh_dir() { 127check_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" ]