Skip to content
  • Leo's avatar
    fix(space-after-function-parenthesis): fix bad regex · 0d2d4ff8
    Leo authored
    for busybox grep, the '{' needs to be escaped, this didn't happen with
    the change from scan_p (PCRE) to scan (Extended Regex), but instead when
    GNU grep was removed from the system.
    
    so it could possibly be a 'busybox grep'-specific quirk
    0d2d4ff8