diff options
author | Brendan O'Dea <bod@debian.org> | 2006-02-11 11:37:15 +1100 |
---|---|---|
committer | Gisle Aas <gisle@activestate.com> | 2006-02-17 20:54:46 +0000 |
commit | d7e66b2cc4f69dc806081c8c660a6935a81813d0 (patch) | |
tree | e3692a25e215f7f7659c53918b771df74216b7eb /utils | |
parent | 0d72071416b4a2c912550be5a278f500b2197cbc (diff) | |
download | perl-d7e66b2cc4f69dc806081c8c660a6935a81813d0.tar.gz |
Fix quote typo.
Subject: [PATCH] 5.8.8: Debian patches
From: "Brendan O'Dea" <bod@debian.org>
Message-ID: <20060210133715.GA6826@londo.c47.org>
p4raw-id: //depot/perl@27210
Diffstat (limited to 'utils')
-rw-r--r-- | utils/c2ph.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/c2ph.PL b/utils/c2ph.PL index 11ab6064d0..39545e3f8a 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; } |