Fixing ssl-cert-{sha512,sha256,sha1,md5}()
authorFrank Terbeck <ft@grml.org>
Thu, 20 Jan 2011 08:30:29 +0000 (09:30 +0100)
committerFrank Terbeck <ft@grml.org>
Thu, 20 Jan 2011 08:30:29 +0000 (09:30 +0100)
commitdc4eb5bb4a81c8dbe312bd0f79721fe3a3dd6af8
tree018910ba9370402dceab600f2487b0cc88f0c4a7
parentd3a3ea5b0622f2ff6e01cd73a760bc4f29b83c3c
Fixing ssl-cert-{sha512,sha256,sha1,md5}()

These functions are generated in a loop. However, the way they were
generated was broken. The loop variable is *not* replaced by a literal
string in the resulting functions. Therefore, as soon as the variable
is unset all functions become broken. Luckily, they broke loudly.
Otherwise this may not have been caught easily.

Reported-by: Michael Gebetsroither <gebi@grml.org>
Signed-off-by: Frank Terbeck <ft@grml.org>
etc/zsh/zshrc