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

[Backport 2.x] Move bash flag to set statement #3519

Merged
merged 1 commit into from
Jun 6, 2022
Merged

[Backport 2.x] Move bash flag to set statement #3519

merged 1 commit into from
Jun 6, 2022

Commits on Jun 6, 2022

  1. move bash flag to set statement (#3494)

    Passing bash with flags to the first argument of /usr/bin/env requires
    its own flag to interpret it correctly.  Rather than use `env -S` to
    split the argument, have the script `set -e` to enable the same behavior
    explicitly in preinst and postinst scripts.
    
    Also set `-o pipefail` for consistency.
    
    Closes: #3492
    
    Signed-off-by: Cole White <cwhite@wikimedia.org>
    shdubsh committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    e755106 View commit details
    Browse the repository at this point in the history