Skip to content
  • hydrargyrum's avatar
    tools/pyflakes.sh: fix bashism · 0616f497
    hydrargyrum authored
    The $'xxx' syntax is not standard shell syntax so it wasn't interpreted
    correctly, causing pyflakes to spit a lot of errors.
    This is after porting shebang to plain sh.
    0616f497