Skip to content
  • Craig Small's avatar
    pgrep: Fix off by one error in line check · 24fd2605
    Craig Small authored
    There is now a warning if your command is longer than 15 characters
    and therefore can never match. Except it was checking for more than
    16 characters.
    
    Adjusted this and added a test case.
    
    References:
     !25
     commit 8e8835b2
    24fd2605