summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/seckey2sshagent2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/seckey2sshagent b/src/seckey2sshagent
index 2febff8..4b765dc 100755
--- a/src/seckey2sshagent
+++ b/src/seckey2sshagent
@@ -57,7 +57,7 @@ You can check on it with:
# if no hex string is supplied, just print an explanation.
# this covers seckey2sshagent --help, --usage, -h, etc...
-if [ "$(echo "$1" | tr -d '0-9a-fA-F')" ]; then
+if [ "$(echo "$1" | tr -d '0-9a-fA-F')" ]; then
explanation
exit
fi