Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix (I think) the --has-dap and --has-dap4 output #473

Merged
merged 1 commit into from
Sep 5, 2017

Commits on Aug 29, 2017

  1. Fix (I think) the --has-dap and --has-dap4 output

    The `has_dap4` define was missing trailing @.  I also added tests similar to other code to result in lowercase yes no for `--has_dap4`.
    
    I'm not as sure about the `--has-dap` changes.  One place was outputting `$has_dap` which is never defined.  I think that the intent is that `--has-dap` returns the same as `--has-dap2` so made changes that did that.  If that isn't the intent, then let me know and I will back out those changes and only leave the dap4-related change.
    gsjaardema authored Aug 29, 2017
    Configuration menu
    Copy the full SHA
    076d71e View commit details
    Browse the repository at this point in the history