* malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
authorJakub Jelinek <jakub@redhat.com>
Mon, 7 Apr 2008 14:45:18 +0000 (14:45 +0000)
committerJakub Jelinek <jakub@redhat.com>
Mon, 7 Apr 2008 14:45:18 +0000 (14:45 +0000)
2008-04-07  Jakub Jelinek  <jakub@redhat.com>

* malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.

ChangeLog
malloc/mtrace.pl

index 37af6a2..e2f2f60 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-07  Jakub Jelinek  <jakub@redhat.com>
+
+       * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
+
 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
 
        * po/nl.po: Update from translation team.
index 5e5e1ea..7828611 100644 (file)
@@ -1,5 +1,5 @@
 #! @PERL@
-eval "exec @PERL@ -S $0 $*"
+eval "exec @PERL@ -S $0 $@"
     if 0;
 # Copyright (C) 1997-2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.