summaryrefslogtreecommitdiff
path: root/security/lsh/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'security/lsh/files/patch-ac')
-rw-r--r--security/lsh/files/patch-ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/lsh/files/patch-ac b/security/lsh/files/patch-ac
index de66c299ee97..8b3edfd0322a 100644
--- a/security/lsh/files/patch-ac
+++ b/security/lsh/files/patch-ac
@@ -47,7 +47,7 @@
+ if [ -z "$hash" ] ; then
+ echo $0: File $1 not readable.
+ else
- $SEXP_CONV < $1 -o canonical --once > ~/.lsh/authorized_keys_sha1/$hash
+ $SEXP_CONV < $1 -f canonical --once > ~/.lsh/authorized_keys_sha1/$hash
+ fi
+ else
+ echo $0: File $1 not found.