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

/freebsd-9.3-release/tools/regression/bin/sh/expansion/
H A Dtilde2.0206150 Sat Apr 03 20:20:27 MDT 2010 jilles sh: Do tilde expansion in substitutions.

This applies to word in ${v-word}, ${v+word}, ${v=word}, ${v?word} (which
inherits quoting from the outside) and in ${v%word}, ${v%%word}, ${v#word},
${v##word} (which does not inherit any quoting).

In all cases tilde expansion is only attempted at the start of word, even if
word contains spaces. This agrees with POSIX and other shells.

This is the last part of the patch tested in the exp-run.

Exp-run done by: erwin (with some other sh(1) changes)
/freebsd-9.3-release/bin/sh/
H A Dexpand.cdiff 206150 Sat Apr 03 20:20:27 MDT 2010 jilles sh: Do tilde expansion in substitutions.

This applies to word in ${v-word}, ${v+word}, ${v=word}, ${v?word} (which
inherits quoting from the outside) and in ${v%word}, ${v%%word}, ${v#word},
${v##word} (which does not inherit any quoting).

In all cases tilde expansion is only attempted at the start of word, even if
word contains spaces. This agrees with POSIX and other shells.

This is the last part of the patch tested in the exp-run.

Exp-run done by: erwin (with some other sh(1) changes)

Completed in 164 milliseconds