1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

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

2008-04-07  Jakub Jelinek  <jakub@redhat.com>

	* malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
This commit is contained in:
Jakub Jelinek
2008-04-07 14:45:18 +00:00
parent 2503dd30ab
commit ae39e102cb
2 changed files with 5 additions and 1 deletions

View 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.