From c61fb67e9b654d5472ca576c8fa59b8559789cb7 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Mon, 21 May 2012 18:08:39 -0400 Subject: [PATCH] checkpassword: remove newlines that appeared --- plugins/auth/auth_checkpassword | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/auth/auth_checkpassword b/plugins/auth/auth_checkpassword index 4f4f9a2..28d7894 100644 --- a/plugins/auth/auth_checkpassword +++ b/plugins/auth/auth_checkpassword @@ -124,6 +124,7 @@ sub auth_checkpassword { my $binary = $self->connection->notes('auth_checkpassword_bin'); my $true = $self->connection->notes('auth_checkpassword_true'); + chomp ($binary, $true); my $sudo = get_sudo($binary);