commit 8e34d37ead753ad5cc9007eb252a057c8657cde4
Author: Aaron LI <[email protected]>
Date: Mon Jun 14 15:43:46 2021 +0800
tools: Sync 'install.sh' options with install(1)
The 'install.sh' script should recognize all install(1) options so as to
ignore them. Sync it with install(1) which has gained several new
options since.
To help future update, add a note in install(1)'s getopt() code to also
update the 'tools/install.sh' script. (credit to swildner)
Summary of changes:
tools/install.sh | 9 ++++-----
usr.bin/xinstall/xinstall.c | 1 +
2 files changed, 5 insertions(+), 5 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8e34d37ead753ad5cc9007eb252a057c8657cde4
--
DragonFly BSD source repository