alphabetize the options
[monkeysphere.git] / src / seckey2sshagent
index 2febff8d00a4144542b5a73bf1c0b62b6fec2e27..4b765dc1aae94f16eb42b2654935a751bee98a1e 100755 (executable)
@@ -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