diff options
| author | Jilles Tjoelker <jilles@FreeBSD.org> | 2011-06-16 21:50:28 +0000 |
|---|---|---|
| committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2011-06-16 21:50:28 +0000 |
| commit | c5aef5377cbfc3324cacb13ee94986a5c81f67d9 (patch) | |
| tree | 294e1c4d6e3e5c1512b2ca2ccbd4ef4b71e3362f /tools | |
| parent | 6037f89c810f808d2bfb31f511bdb9bd644f5a8d (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/regression/bin/sh/expansion/cmdsubst11.0 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/regression/bin/sh/expansion/cmdsubst11.0 b/tools/regression/bin/sh/expansion/cmdsubst11.0 new file mode 100644 index 000000000000..f1af547421f9 --- /dev/null +++ b/tools/regression/bin/sh/expansion/cmdsubst11.0 @@ -0,0 +1,5 @@ +# $FreeBSD$ + +# Not required by POSIX but useful for efficiency. + +[ $$ = $(eval '${SH} -c echo\ \$PPID') ] |
