diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-08-05 14:15:41 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-08-05 14:15:41 -0400 |
commit | a7e520c59cf969192baf16147d570c9a9365c191 (patch) | |
tree | 200184e953f95c2069112c00f562f43fdea5077d /src | |
parent | a04f56a4b5d1020a25da1ff75f3835f194bd708c (diff) | |
parent | 31162d196d875c6b5d44c704b59b8b8743c685a9 (diff) |
merged changes from Jamie McClelland.
Diffstat (limited to 'src')
-rwxr-xr-x | src/seckey2sshagent | 2 |
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 |