Revision 5eb5527b tracetool

b/tracetool
318 318

  
319 319
    while read -r str; do
320 320
        # Skip comments and empty lines
321
        str=${str%%#*}
322
        test -z "$str" && continue
321
        test -z "${str%%#*}" && continue
323 322

  
324 323
        # Process the line.  The nop backend handles disabled lines.
325 324
        disable=${str%%disable *}

Also available in: Unified diff