From 3f48ead04afa60084e2a23569c9b111fa1b9b6e3 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 22:09:09 -0400 Subject: Implement -d accept defaults (for real) --- install | 1 + 1 file changed, 1 insertion(+) diff --git a/install b/install index 42e7cb81..f567676d 100755 --- a/install +++ b/install @@ -81,6 +81,7 @@ err_count=0 # error count exec="yes" # take action? old_links=0 # use old link method? extn="sh" # shell script extension +accept_defaults=0 LS="/bin/ls" # directory listing command W='\([ "]\)' # match a blank, tab, or quote -- cgit