summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2001-07-04 09:28:09 +0000
committerFrancois Pons <fpons@mandriva.com>2001-07-04 09:28:09 +0000
commit17a7112dccea0edbb931a21824ca1a15813be0b3 (patch)
treed480744f6e0c9d49c464e045bf33ef2a5be94d46
parent981eda8d76d3d2d6a699aa07198379909cfc9428 (diff)
downloaddrakx-backup-do-not-use-17a7112dccea0edbb931a21824ca1a15813be0b3.tar
drakx-backup-do-not-use-17a7112dccea0edbb931a21824ca1a15813be0b3.tar.gz
drakx-backup-do-not-use-17a7112dccea0edbb931a21824ca1a15813be0b3.tar.bz2
drakx-backup-do-not-use-17a7112dccea0edbb931a21824ca1a15813be0b3.tar.xz
drakx-backup-do-not-use-17a7112dccea0edbb931a21824ca1a15813be0b3.zip
make auto_inst.cfg file no longer than 80 chars wide.
-rw-r--r--perl-install/install_any.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index dd51d4314..376280c9b 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -639,9 +639,9 @@ sub g_auto_install {
join('',
"#!/usr/bin/perl -cw
#
-# You should check the syntax of this file before using it in an auto-install. You
-# can do this with 'perl -cw auto_inst.cfg.pl' or by executing this file (note the
-# '#!/usr/bin/perl -cw' on the first line).
+# You should check the syntax of this file before using it in an auto-install.
+# You can do this with 'perl -cw auto_inst.cfg.pl' or by executing this file
+# (note the '#!/usr/bin/perl -cw' on the first line).
",
Data::Dumper->Dump([$o], ['$o']), if_($replay,
qq(\npackage install_steps_auto_install;), q(