commit 2e26ae673dce4df5ccad210577475cb916beb038
parent 1cb57b543cd8d5e76f8aa257065d8f9a5c74c47b
Author: Matthew Carlson <matt@mcarlson.xyz>
Date: Thu, 29 Jul 2021 12:10:43 -0400
removed unused variable from pin.sh
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.local/bin/pin.sh b/.local/bin/pin.sh
@@ -26,9 +26,8 @@ main() {
# ipc
while read -r line; do
- # cmds and data needed to interface with pinentry
+ # cmds needed to interface with pinentry
cmd="$(printf '%s\n' "${line}" | cut -d ' ' -f 1)"
- data="$(printf '%s\n' "${line}" | cut -d' ' -f 2-)"
case "${cmd}" in
# GETPIN is command pinentry uses for GNUPG pass