aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 22:09:09 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 22:09:09 -0400
commit3f48ead04afa60084e2a23569c9b111fa1b9b6e3 (patch)
treedb05854413ce1414dd194aa5e30a03b276610395
parent9deac84c090f4cf64c335f4f80b7184bed75d99a (diff)
downloadiraf-linux-3f48ead04afa60084e2a23569c9b111fa1b9b6e3.tar.gz
Implement -d accept defaults (for real)
-rwxr-xr-xinstall1
1 files changed, 1 insertions, 0 deletions
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