aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xanypinentry2
1 files changed, 1 insertions, 1 deletions
diff --git a/anypinentry b/anypinentry
index bad8057..9412a3a 100755
--- a/anypinentry
+++ b/anypinentry
@@ -175,7 +175,7 @@ interpret_command() {
SETTITLE) title="$data"; echo "OK" ;;
SETTIMEOUT) not_implemented_error ;;
CLEARPASSPHRASE) not_implemented_error ;;
- '') ;;
+ '' | \#*) ;;
*) unknown_error ;;
esac;
}