From e5c3c1308c606a21cd5e5bd1d804613b08c67942 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 6 Mar 2001 20:14:04 +0000 Subject: hack to make perl2fcalls happy --- perl-install/install_any.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 7c3c9d1f1..81a3f0c91 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -548,8 +548,8 @@ sub g_auto_install { require Data::Dumper; output($f, "# You should always check the syntax with 'perl -cw auto_inst.cfg.pl' before testing\n", - Data::Dumper->Dump([$o], ['$o']), if_($replay, q( -package install_steps_auto_install; + Data::Dumper->Dump([$o], ['$o']), if_($replay, +qq(\npackage install_steps_auto_install;), q( $graphical = 1; push @graphical_steps, 'doPartitionDisks', 'choosePartitionsToFormat', 'formatMountPartitions'; )), "\0"); -- cgit v1.2.1