diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-09-16 15:03:40 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-09-21 10:40:58 +0200 |
commit | 79681fc5b8f41f8bd308aa52861190289a2c9299 (patch) | |
tree | c05cc500035e6e70e0a2ab0422e90d450504e242 /uconfig.sh | |
parent | 12da209bf45a673a9f3da0d6a0bdf3b2ecc254e2 (diff) | |
download | perl-79681fc5b8f41f8bd308aa52861190289a2c9299.tar.gz |
Add empty Author and zip entries to symbian/config.sh and uconfig{,64}.sh
This brackets the probed values sections consistently across all config.sh
type files, between Author and zip inclusive.
Move PERL_CONFIG_SH to the end of NetWare/config.wc and symbian/config.sh,
and PERL_CONFIG_SH CONFIGDOTSH to the end of win32/config.ce, to be
consistent with the other config.sh files.
Diffstat (limited to 'uconfig.sh')
-rw-r--r-- | uconfig.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/uconfig.sh b/uconfig.sh index 0f047ae6cf..387b2f764c 100644 --- a/uconfig.sh +++ b/uconfig.sh @@ -1,4 +1,5 @@ #!/bin/sh +Author='' _a='.a' _o='.o' afs='false' @@ -808,3 +809,4 @@ vendorlib_stem='' vendorlibexp='' versiononly='undef' voidflags=1 +zip='' |