diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-09-08 20:59:04 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-09-08 20:59:04 +0000 |
commit | 504b85fcd4e66cce16619378c0455c069a17ed61 (patch) | |
tree | 633968c89b12e71a1b1f299d878667731eb8029f /configpm | |
parent | 868b60787e2625b93a647ab61f53849d7281cc87 (diff) | |
download | perl-504b85fcd4e66cce16619378c0455c069a17ed61.tar.gz |
Urk. unique, not shared.
p4raw-id: //depot/perl@21110
Diffstat (limited to 'configpm')
-rwxr-xr-x | configpm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -213,7 +213,7 @@ close CONFIG_SH; print CONFIG @non_v, "\n"; # copy config summary format from the myconfig.SH script -print CONFIG "our \$summary : shared = <<'!END!';\n"; +print CONFIG "our \$summary : unique = <<'!END!';\n"; open(MYCONFIG,"<myconfig.SH") || die "open myconfig.SH failed: $!"; 1 while defined($_ = <MYCONFIG>) && !/^Summary of/; do { print CONFIG $_ } until !defined($_ = <MYCONFIG>) || /^\s*$/; |