summaryrefslogtreecommitdiffstats
path: root/src/install-sh
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2022-08-27 21:24:26 +0100
committerBram Moolenaar <Bram@vim.org>2022-08-27 21:24:26 +0100
commitaebc6ef7cdc5d4d0627a711ff66e6fe8d67f9d87 (patch)
treedbee168afdec1c68a388bf2891dbd9831b496038 /src/install-sh
parent6d24a51b94beb1991cddce221f90b455e2d50db7 (diff)
patch 9.0.0287: Irix systems no longer existv9.0.0287
Problem: Irix systems no longer exist. Solution: Remove references to Irix. (Yegappan Lakshmanan, closes #10994)
Diffstat (limited to 'src/install-sh')
-rw-r--r--src/install-sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/install-sh b/src/install-sh
index 0b0fdcbba6..14d0b78a8a 100644
--- a/src/install-sh
+++ b/src/install-sh
@@ -332,7 +332,7 @@ do
then
if test -z "$dir_arg" || {
# Check for POSIX incompatibilities with -m.
- # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
+ # HP-UX 11.23 mkdir -m -p sets group- or
# other-writable bit of parent directory when it shouldn't.
# FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
ls_ld_tmpdir=`ls -ld "$tmpdir"`