From 138c4c239b44f0730a4593a655fbdbc4f5b5ce9e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 13 Feb 2003 11:37:41 +0000 Subject: make perl_checker happy --- perl-install/commands | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/commands') diff --git a/perl-install/commands b/perl-install/commands index baa02f232..c37a180c7 100755 --- a/perl-install/commands +++ b/perl-install/commands @@ -12,4 +12,4 @@ my $progname = basename($0); # hack as some functions are defined by perl... so chmod -> chmod_ &{$commands::{$progname} || $commands::{$progname . "_"} || \&err}(@ARGV), exit 0; -sub err { die "$0: unknown program (unimplemented)\n"; } +sub err { die "$0: unknown program (unimplemented)\n" } -- cgit v1.2.1