From 17a7112dccea0edbb931a21824ca1a15813be0b3 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 4 Jul 2001 09:28:09 +0000 Subject: make auto_inst.cfg file no longer than 80 chars wide. --- perl-install/install_any.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl-install') 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( -- cgit v1.2.1