summaryrefslogtreecommitdiffstats
path: root/src/install-sh
diff options
context:
space:
mode:
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"`