From 5c9fa1787284eb14ee943f9415f15d0143c2d69e Mon Sep 17 00:00:00 2001 From: Andreas Schmidt Date: Mon, 17 Jan 2022 10:55:42 +0100 Subject: [PATCH] fix missing variable initializations Signed-off-by: Andreas Schmidt --- wofi-pass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wofi-pass b/wofi-pass index 784ab1b..3250fa4 100755 --- a/wofi-pass +++ b/wofi-pass @@ -2,8 +2,10 @@ set -eu -help=0 autotype=0 +help=0 +squash=0 + TYPE_CMD="wl-copy" _trim() {