summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorKevin Ruscoe <Kevin.Ruscoe@ubsw.com>2000-06-16 17:38:51 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2000-06-23 19:39:35 +0000
commit3e2c37ef5374d29d2f1325d2606bdabc38b196dc (patch)
tree0b703ffa8938015a93082c7214e283c9c10b4d1c /hints
parent89d835065e96a3f1cd84eb8dfa8a7ea8bfdd7a24 (diff)
downloadperl-3e2c37ef5374d29d2f1325d2606bdabc38b196dc.tar.gz
The thread begun by
Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh Message-Id: <H000019b03c300d6@MHS> p4raw-id: //depot/cfgperl@6235
Diffstat (limited to 'hints')
-rw-r--r--hints/solaris_2.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh
index 8aee6d40dc..6e84bace62 100644
--- a/hints/solaris_2.sh
+++ b/hints/solaris_2.sh
@@ -387,10 +387,10 @@ cat > UU/use64bitint.cbu <<'EOCBU'
case "$use64bitint" in
"$define"|true|[yY]*)
case "`uname -r`" in
- 2.[1-6])
+ 5.[1-6])
cat >&4 <<EOM
-Solaris `uname -r` does not support 64-bit integers.
-You should upgrade to at least Solaris 2.7.
+Solaris `uname -r|sed -e 's/^5\.\([789]\)$/\1/'` does not support 64-bit integers.
+You should upgrade to at least Solaris 7.
EOM
exit 1
;;