From aebc6ef7cdc5d4d0627a711ff66e6fe8d67f9d87 Mon Sep 17 00:00:00 2001 From: Yegappan Lakshmanan Date: Sat, 27 Aug 2022 21:24:26 +0100 Subject: patch 9.0.0287: Irix systems no longer exist Problem: Irix systems no longer exist. Solution: Remove references to Irix. (Yegappan Lakshmanan, closes #10994) --- src/install-sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/install-sh') 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"` -- cgit v1.2.3