summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/service_harddrake
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-01-16 13:28:51 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-01-16 13:28:51 +0000
commite78fb4780e2059e155ec011dbefe71dd665cf7be (patch)
tree01d9714302ee3502fc1ff014601ba54aa1c40e2e /perl-install/standalone/service_harddrake
parente3692d4177e6c60bc20630b59b5881dc508d8246 (diff)
downloaddrakx-backup-do-not-use-e78fb4780e2059e155ec011dbefe71dd665cf7be.tar
drakx-backup-do-not-use-e78fb4780e2059e155ec011dbefe71dd665cf7be.tar.gz
drakx-backup-do-not-use-e78fb4780e2059e155ec011dbefe71dd665cf7be.tar.bz2
drakx-backup-do-not-use-e78fb4780e2059e155ec011dbefe71dd665cf7be.tar.xz
drakx-backup-do-not-use-e78fb4780e2059e155ec011dbefe71dd665cf7be.zip
make perl_checker happy
Diffstat (limited to 'perl-install/standalone/service_harddrake')
-rwxr-xr-xperl-install/standalone/service_harddrake2
1 files changed, 1 insertions, 1 deletions
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);