git: tools: Sync 'install.sh' options with install(1)

Aaron LI aly at crater.dragonflybsd.org
Sat Jun 19 03:39:02 PDT 2021


commit 8e34d37ead753ad5cc9007eb252a057c8657cde4
Author: Aaron LI <aly at aaronly.me>
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



More information about the Commits mailing list