diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-02 17:48:15 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-02 17:48:15 +0000 |
commit | 8a647129b625da7b991d7050849bf1dc6684f30c (patch) | |
tree | 7af5991074fe6825feda4d328f8e62228391341b /hints/hpux.sh | |
parent | 400e3f8e5f6208355b1b7b8eff6eed4e7f1231eb (diff) | |
download | perl-8a647129b625da7b991d7050849bf1dc6684f30c.tar.gz |
Confusion over uselargefiles.cbu and uselfs.cbu (the first one
is the correct one), spotted by Robin Barker.
p4raw-id: //depot/cfgperl@5440
Diffstat (limited to 'hints/hpux.sh')
-rw-r--r-- | hints/hpux.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh index faf5879ed9..bbb91f7894 100644 --- a/hints/hpux.sh +++ b/hints/hpux.sh @@ -378,8 +378,8 @@ EOM ;; esac -cat > UU/uselfs.cbu <<'EOCBU' -# This script UU/uselfs.cbu will get 'called-back' by Configure +cat > UU/uselargefiles.cbu <<'EOCBU' +# This script UU/uselargefiles.cbu will get 'called-back' by Configure # after it has prompted the user for whether to use large files. case "$uselargefiles" in ''|$define|true|[yY]*) |