diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 22:09:09 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 22:09:09 -0400 |
commit | 3f48ead04afa60084e2a23569c9b111fa1b9b6e3 (patch) | |
tree | db05854413ce1414dd194aa5e30a03b276610395 | |
parent | 9deac84c090f4cf64c335f4f80b7184bed75d99a (diff) | |
download | iraf-linux-3f48ead04afa60084e2a23569c9b111fa1b9b6e3.tar.gz |
Implement -d accept defaults (for real)
-rwxr-xr-x | install | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |