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

Fixes issues with globbing files with partial match #23

Merged
merged 6 commits into from
Jul 28, 2020

Commits on Jul 23, 2020

  1. checks [bakz]sh files for shebang after adding to filelist to remove …

    …non shellscripts that start with [bakz]sh
    
    Signed-off-by: pvogt09 <50047961+pvogt09@users.noreply.github.com>
    pvogt09 committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    5d2b5ce View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. removes globbing for [bazk]sh files

    Signed-off-by: pvogt09 <50047961+pvogt09@users.noreply.github.com>
    pvogt09 committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    ec769dc View commit details
    Browse the repository at this point in the history
  2. adds literals for typical shell files instead of globbing

    Signed-off-by: pvogt09 <50047961+pvogt09@users.noreply.github.com>
    pvogt09 committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    25549d1 View commit details
    Browse the repository at this point in the history
  3. removes globbing from shell file extension matching

    Signed-off-by: pvogt09 <50047961+pvogt09@users.noreply.github.com>
    pvogt09 committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    84a03f6 View commit details
    Browse the repository at this point in the history
  4. removes shebang check for typical shell files

    Signed-off-by: pvogt09 <50047961+pvogt09@users.noreply.github.com>
    pvogt09 committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    8799432 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f93a633 View commit details
    Browse the repository at this point in the history