This caused shebangs that were already store paths to be rewritten. Introduced by ab4c359822 in #94642 Example difference: $ echo "hello world" | tail -c+3 llo world $ str="hello world"; echo ${str:3} lo world
ab4c359822