diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-03-16 12:48:45 +0100 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-03-16 12:48:45 +0100 | 
| commit | cec79a3f5578da4a9f9085282389482edf45c81b (patch) | |
| tree | 5c45f5efee77f9f8d84c3a1c7e02b12b6725a2e3 /build-aux/install-sh | |
| parent | 677e5b0b948fe62d8017c198c57049275f6fe61a (diff) | |
New upstream version 4.26upstream/4.26
Diffstat (limited to 'build-aux/install-sh')
| -rwxr-xr-x | build-aux/install-sh | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/build-aux/install-sh b/build-aux/install-sh index 7c56c9c..b1d7a6f 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=2023-11-23.18; # UTC +scriptversion=2024-06-19.01; # UTC  # This originates from X11R5 (mit/util/scripts/install.sh), which was  # later released in X11R6 (xc/config/util/install.sh) with the @@ -170,7 +170,7 @@ while test $# -ne 0; do      -T) is_target_a_directory=never;; -    --version) echo "$0 $scriptversion"; exit $?;; +    --version) echo "$0 (GNU Automake) $scriptversion"; exit $?;;      --) shift          break;; @@ -345,7 +345,7 @@ do  	' 0  	# Because "mkdir -p" follows existing symlinks and we likely work -	# directly in world-writeable /tmp, make sure that the '$tmpdir' +	# directly in world-writable /tmp, make sure that the '$tmpdir'  	# directory is successfully created first before we actually test  	# 'mkdir -p'.  	if (umask $mkdir_umask && @@ -353,7 +353,7 @@ do  	    exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1  	then  	  if test -z "$dir_arg" || { -	       # Check for POSIX incompatibilities with -m. +	       # Check for POSIX incompatibility with -m.  	       # HP-UX 11.23 and IRIX 6.5 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. | 
