]> gitweb.michael.orlitzky.com - mjo-overlay.git/commitdiff
Use single quotes instead of double in one die() message.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 4 Dec 2013 01:49:32 +0000 (20:49 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 7 Dec 2013 16:01:46 +0000 (11:01 -0500)
net-mail/postfix-logwatch/postfix-logwatch-1.40.00.ebuild

index dfb853366556728c436035f602d8ad864ab57229..0856eab5941a8f190b2e4fe56fe11ea7b5a73a6f 100644 (file)
@@ -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