Skip to content

Commit

Permalink
* malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
Browse files Browse the repository at this point in the history
2008-04-07  Jakub Jelinek  <jakub@redhat.com>

	* malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
  • Loading branch information
Jakub Jelinek committed Apr 7, 2008
1 parent 2503dd3 commit ae39e10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion malloc/mtrace.pl
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit ae39e10

Please sign in to comment.