summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-09-28 20:46:30 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-09-28 20:46:30 +0000
commit3c8a44569607336e4bea79da62162b3ded82557b (patch)
treefd063fc9ea33c7be96772845331722aad4f55472 /hints
parent61fdecaa0167a69938eb4ee2dc6fc2979a2c2c6b (diff)
downloadperl-3c8a44569607336e4bea79da62162b3ded82557b.tar.gz
fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert Dvornik) p4raw-id: //depot/perl@1899
Diffstat (limited to 'hints')
-rw-r--r--hints/irix_6.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/irix_6.sh b/hints/irix_6.sh
index 16033f99b6..c19dd05d84 100644
--- a/hints/irix_6.sh
+++ b/hints/irix_6.sh
@@ -219,7 +219,7 @@ if [ "X$use64bits" = "X$define" ]; then
uname_r=`uname -r`
case "$uname_r" in
[1-5]*|6.[01])
- echo >&4 "IRIX $uname_r" does not support 64-bit types."
+ echo >&4 "IRIX $uname_r does not support 64-bit types."
echo >&4 "You should upgrade to at least IRIX 6.2."
exit 1
;;