File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
# install - install a program, script, or datafile
3
3
4
- scriptversion=2020 -11-14.01 ; # UTC
4
+ scriptversion=2023 -11-23.18 ; # UTC
5
5
6
6
# This originates from X11R5 (mit/util/scripts/install.sh), which was
7
7
# 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.
124
124
125
125
If -S is not specified, no backups are attempted.
126
126
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/>. "
130
130
131
131
while test $# -ne 0; do
132
132
case $1 in
You can’t perform that action at this time.
0 commit comments