diff options
author | Francois Pons <fpons@mandriva.com> | 2001-07-04 09:28:09 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-07-04 09:28:09 +0000 |
commit | 17a7112dccea0edbb931a21824ca1a15813be0b3 (patch) | |
tree | d480744f6e0c9d49c464e045bf33ef2a5be94d46 /perl-install | |
parent | 981eda8d76d3d2d6a699aa07198379909cfc9428 (diff) | |
download | drakx-17a7112dccea0edbb931a21824ca1a15813be0b3.tar drakx-17a7112dccea0edbb931a21824ca1a15813be0b3.tar.gz drakx-17a7112dccea0edbb931a21824ca1a15813be0b3.tar.bz2 drakx-17a7112dccea0edbb931a21824ca1a15813be0b3.tar.xz drakx-17a7112dccea0edbb931a21824ca1a15813be0b3.zip |
make auto_inst.cfg file no longer than 80 chars wide.
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_any.pm | 6 |
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( |