aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xanypinentry2
1 files changed, 1 insertions, 1 deletions
diff --git a/anypinentry b/anypinentry
index 8808939..4790ebe 100755
--- a/anypinentry
+++ b/anypinentry
@@ -151,7 +151,7 @@ interpret_command() {
return
fi
cmd="$(echo "$1" | cut -d' ' -f1 | tr a-z A-Z)";
- data="$(echo "$1" | cut -d' ' -f2-)";
+ data="$(echo "$1" | cut -d' ' -sf2-)";
case "${cmd}" in
NOP) ;;