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

Redo "Parse env configuration in posix mode" #1613

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Dec 8, 2023

  1. Redo "Parse env configuration in posix mode"

    Fixes Supervisor#328
    
    This allows (escaped) quotes in the values as well as empty
    values.
    
    This was done in pull request Supervisor#329 but removed as it
    broke parsing empty quotes (Supervisor#873) due to a bug in shlex
    (http://bugs.python.org/issue21999). This bug is fixed
    so posix mode can be used.
    
    Brings back Supervisor#329
    Partially reverts Supervisor#880
    sfriesel authored and vereszol committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    1d91ccf View commit details
    Browse the repository at this point in the history