Searched hist:197691 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/bin/sh/tests/errors/
H A Dbackquote-error2.0197691 Thu Oct 01 21:42:28 MDT 2009 jilles 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
/freebsd-11.0-release/bin/sh/
H A Dparser.cdiff 197691 Thu Oct 01 21:42:28 MDT 2009 jilles 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

Completed in 175 milliseconds