From e78fb4780e2059e155ec011dbefe71dd665cf7be Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 16 Jan 2003 13:28:51 +0000 Subject: make perl_checker happy --- perl-install/standalone/service_harddrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/service_harddrake') diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index a03cf0623..ec0cec734 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -71,5 +71,5 @@ foreach (@harddrake::data::tree) { # output new hw config log::explanations("created file $last_boot_config"); -Storable::store \%config, $last_boot_config; +Storable::store(\%config, $last_boot_config); $in->exit(0); -- cgit v1.2.1