From 51324c226598fdc7ea3f4a72c5c17ca22d84a427 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 3 Dec 2013 20:49:32 -0500 Subject: [PATCH] Use single quotes instead of double in one die() message. --- net-mail/postfix-logwatch/postfix-logwatch-1.40.00.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mail/postfix-logwatch/postfix-logwatch-1.40.00.ebuild b/net-mail/postfix-logwatch/postfix-logwatch-1.40.00.ebuild index dfb8533..0856eab 100644 --- a/net-mail/postfix-logwatch/postfix-logwatch-1.40.00.ebuild +++ b/net-mail/postfix-logwatch/postfix-logwatch-1.40.00.ebuild @@ -49,7 +49,7 @@ src_install() { # to have the taint flag when it works. # sed 's~^#!/usr/bin/perl -T$~#!/usr/bin/perl~' ${PN} > postfix \ - || die "failed to remove the perl taint switch" + || die 'failed to remove the perl taint switch' insinto /etc/logwatch/scripts/services doins postfix -- 2.43.2