search for: csih_error_multi

Displaying 1 result from an estimated 1 matches for "csih_error_multi".

2009 Jul 29
1
[PATCH] contrib/cygwin/ssh-user-config
...Jul 2009 11:58:42 -0000 1.6 +++ contrib/cygwin/ssh-user-config 29 Jul 2009 08:49:06 -0000 @@ -130,14 +130,14 @@ check_user_homedir() { pwdhome=$(awk -F: '{ if ( $3 == '${uid}' ) print $6; }' < ${SYSCONFDIR}/passwd) if [ "X${pwdhome}" = "X" ] then - csih_error_multiline \ + csih_error_multi \ "There is no home directory set for you in ${SYSCONFDIR}/passwd." \ 'Setting $HOME is not sufficient!' fi if [ ! -d "${pwdhome}" ] then - csih_error_multiline \ + csih_error_multi \ "${pwdhome} is...