Hi,

I've found a simple typo bug in the ssh-conv shell script (an `if' should
be a `fi'). Attached is a patch.

Thanks

Timshel

-- 
   Timshel Knoll <[EMAIL PROTECTED]>  for Debian email: <[EMAIL PROTECTED]>
    Second year Computer Science, RMIT   |   CS108 Tutor (Semester 2, 2000)
        Debian GNU/Linux developer, see http://www.debian.org/~timshel/
   For GnuPG public key: finger [EMAIL PROTECTED] or [EMAIL PROTECTED]
--- lsh-utils-1.0.5.orig/src/ssh-conv
+++ lsh-utils-1.0.5/src/ssh-conv
@@ -4,7 +4,7 @@
   SSH_CONV=lsh-decode-key
 else
   SSH_CONV=./lsh-decode-key
-if
+fi
 
 if ! type $SSH_CONV ; then
     echo "Can't find the lsh-decode-key program"

PGP signature

Reply via email to