From: Brendan O'Dea Date: Sat, 11 Feb 2006 00:37:15 +0000 (+1100) Subject: Fix quote typo. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d7e66b2cc4f69dc806081c8c660a6935a81813d0;p=p5sagit%2Fp5-mst-13.2.git Fix quote typo. Subject: [PATCH] 5.8.8: Debian patches From: "Brendan O'Dea" Message-ID: <20060210133715.GA6826@londo.c47.org> p4raw-id: //depot/perl@27210 --- diff --git a/utils/c2ph.PL b/utils/c2ph.PL index 11ab606..39545e3 100644 --- a/utils/c2ph.PL +++ b/utils/c2ph.PL @@ -1320,7 +1320,7 @@ EOF $intrinsics{$_[1]} = $template{$_[0]}; } close(PIPE) || die "couldn't read intrinsics!"; - unlink($TMP, '$SAFEDIR/a.out'); + unlink($TMP, "$SAFEDIR/a.out"); print STDERR "done\n" if $trace; }