K 10 svn:author V 6 jilles K 8 svn:date V 27 2009-10-01T21:40:08.140178Z K 7 svn:log V 305 sh: Disallow mismatched quotes in backticks (`...`). Due to the amount of code removed by this, it seems that allowing unmatched quotes was a deliberate imitation of System V sh and real ksh. Most other shells do not allow unmatched quotes (e.g. bash, zsh, pdksh, NetBSD /bin/sh, dash). PR: bin/137657 END