summaryrefslogtreecommitdiff
path: root/tessen
diff options
context:
space:
mode:
Diffstat (limited to 'tessen')
-rwxr-xr-xtessen4
1 files changed, 2 insertions, 2 deletions
diff --git a/tessen b/tessen
index 239a227..37d2660 100755
--- a/tessen
+++ b/tessen
@@ -323,9 +323,9 @@ key_otp() {
_die "invalid OTP detected"
fi
- if [[ "$1" == "autotype" ]]; then
+ if [[ $1 == "autotype" ]]; then
auto_type "$tmp_otp"
- elif [[ "$1" == "copy" ]]; then
+ elif [[ $1 == "copy" ]]; then
wld_copy "$tmp_otp"
else
key_action "$tmp_otp"