diff --git a/misc/userscripts/password_fill b/misc/userscripts/password_fill index a61a42c68..2e4f01b66 100755 --- a/misc/userscripts/password_fill +++ b/misc/userscripts/password_fill @@ -269,7 +269,7 @@ pass_backend() { break fi fi - done < <($GPG "${GPG_OPTS[@]}" -d "$path" ) + done < <($GPG "${GPG_OPTS[@]}" -d "$path" | awk 1 ) } } # =======================================================