Changeset 3341

Show
Ignore:
Timestamp:
02/06/10 21:29:12 (2 years ago)
Author:
steve.schnepp
Message:

handle the last line of multiline options (fixes #855)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • people/snide/pre_1.5/master/lib/Munin/Master/Config.pm

    r3052 r3341  
    493493            next; 
    494494        } elsif ($continuation) { 
    495             $line = $continuation; 
     495            # We still have to add the last line 
     496            $line = $continuation . $line;  
    496497            $continuation = ''; 
    497498        }