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

Clean Shell Scripts #999

Merged
merged 4 commits into from Nov 20, 2017
Merged

Clean Shell Scripts #999

merged 4 commits into from Nov 20, 2017

Commits on Nov 18, 2017

  1. Clean all.sh

    Double quote array expansions, otherwise they're like $* and break on spaces.
    Androbin committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    bf75fa4 View commit details
    Browse the repository at this point in the history
  2. Clean dropbear/build.sh

    In POSIX sh, 'pushd' is not supported.
    In POSIX sh, 'popd' is not supported.
    Androbin committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    a195fd0 View commit details
    Browse the repository at this point in the history
  3. Clean woff2/build.sh

    Iterating over ls output is fragile. Use globs.
    Androbin committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    058005c View commit details
    Browse the repository at this point in the history
  4. Clean tinyxml2/build.sh

    Add shebang
    Androbin committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    645758f View commit details
    Browse the repository at this point in the history