Skip to content
  • Robert Ricci's avatar
    Fix a problem in the parsing of status files - the code assumed that · 3cfa6120
    Robert Ricci authored
    there would be exactly one instance of = on each line (which just
    look like shell environment variable declarlations.) Fixed this by
    forcing the line to be split in two - everything after the first = is
    part of the second string.
    
    Note that this does not handle 'escaped' =s in an sane way. Thus, if
    you have an environment variable with a = in its name, it will get
    split incorrectly. We'll worry about this one if we see it. :)
    3cfa6120