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

shell script changes for POSIX compliance and portability #217

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Mar 26, 2020

  1. Shell syntax and portability fixes for create-containers.sh

    This removes the use of bash-isms and simplifies some of the shell
    syntax constructs.  I use ShellCheck as well to validate my changes.
    The resulting script runs under bash, but also shells like dash and
    zsh.
    dcantrell committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    256b3d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e9941b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f37a63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    026a19d View commit details
    Browse the repository at this point in the history