From ae39e102cb79ad85fa3c901d55d3081c478d2f80 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Mon, 7 Apr 2008 14:45:18 +0000 Subject: * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet. 2008-04-07 Jakub Jelinek * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet. --- malloc/mtrace.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'malloc/mtrace.pl') diff --git a/malloc/mtrace.pl b/malloc/mtrace.pl index 5e5e1ea..7828611 100644 --- a/malloc/mtrace.pl +++ b/malloc/mtrace.pl @@ -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. -- cgit v1.1