Skip to content

Commit 825bdc2

Browse files
committed
Script version upgrade
1 parent b4e09a8 commit 825bdc2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

builds/make.new/config/install-sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
# install - install a program, script, or datafile
33

4-
scriptversion=2020-11-14.01; # UTC
4+
scriptversion=2023-11-23.18; # UTC
55

66
# This originates from X11R5 (mit/util/scripts/install.sh), which was
77
# later released in X11R6 (xc/config/util/install.sh) with the
@@ -124,9 +124,9 @@ it's up to you to specify -f if you want it.
124124
125125
If -S is not specified, no backups are attempted.
126126
127-
Email bug reports to bug-automake@gnu.org.
128-
Automake home page: https://www.gnu.org/software/automake/
129-
"
127+
Report bugs to <bug-automake@gnu.org>.
128+
GNU Automake home page: <https://www.gnu.org/software/automake/>.
129+
General help using GNU software: <https://www.gnu.org/gethelp/>."
130130

131131
while test $# -ne 0; do
132132
case $1 in

0 commit comments

Comments
 (0)