Skip to content

Commit

Permalink
[EASY] Update install-sh
Browse files Browse the repository at this point in the history
Summary:
This diff updates `install-sh`, which is modified by the new version of `autoreconf`.

Currnet `autoreconf` version is 2.72.

Reviewed By: dulmarod

Differential Revision:
D55917810

Privacy Context Container: L1208441

fbshipit-source-id: 8eac76ef5c84408ac29fd4bf1680e1e88b1b63eb
  • Loading branch information
skcho authored and facebook-github-bot committed Apr 9, 2024
1 parent 645829c commit 917f225
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions install-sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
# install - install a program, script, or datafile

scriptversion=2020-11-14.01; # UTC
scriptversion=2023-11-23.18; # UTC

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

while test $# -ne 0; do
case $1 in
Expand Down

0 comments on commit 917f225

Please sign in to comment.