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

gitstatus: patch fewer lines #76744

Merged
merged 1 commit into from
Jan 1, 2020
Merged

Commits on Dec 31, 2019

  1. gitstatus: patch fewer lines

    The sed invocation was changing all lines matching "local daemon.*".
    This changed the line it was supposed to, but two other lines that also
    matched that pattern were being modified, which meant that the
    "daemon_pid_var" and "daemon_pid" variables were not defined when they
    should have been.
    bdesham committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    0542140 View commit details
    Browse the repository at this point in the history