From: Michael Orlitzky Date: Wed, 4 Dec 2013 01:49:32 +0000 (-0500) Subject: Use single quotes instead of double in one die() message. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjo-overlay.git;a=commitdiff_plain;h=51324c226598fdc7ea3f4a72c5c17ca22d84a427 Use single quotes instead of double in one die() message. --- 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