summaryrefslogtreecommitdiff
path: root/build-aux/install-sh
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-11-21 05:54:01 -0800
committerKarl Berry <karl@freefriends.org>2011-11-21 05:54:01 -0800
commit9d358453b7285330a77034c39ce6e74f90ed830f (patch)
tree9854517f15b3500409435bc36752f41bc9da2a0f /build-aux/install-sh
parent69dba6d784566248205fc990673c14d259c4907f (diff)
downloadgnulib-9d358453b7285330a77034c39ce6e74f90ed830f.tar.gz
autoupdate
Diffstat (limited to 'build-aux/install-sh')
-rwxr-xr-xbuild-aux/install-sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/install-sh b/build-aux/install-sh
index a9244eb078..64c4b3ee5f 100755
--- a/build-aux/install-sh
+++ b/build-aux/install-sh
@@ -1,7 +1,7 @@
#!/bin/sh
# install - install a program, script, or datafile
-scriptversion=2011-01-19.21; # UTC
+scriptversion=2011-11-20.07; # UTC
# This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/config/util/install.sh) with the
@@ -354,7 +354,7 @@ do
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
- # other-writeable bit of parent directory when it shouldn't.
+ # 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"`
case $ls_ld_tmpdir in