summaryrefslogtreecommitdiffstats
path: root/bin/sh/nodetypes
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2011-06-18 23:58:59 +0000
committerjilles <jilles@FreeBSD.org>2011-06-18 23:58:59 +0000
commitf78ebc168ba76cc9de70590c71fceac20b9d63b8 (patch)
tree203de2f5972056cab9e1245f24b6d07cbb27e265 /bin/sh/nodetypes
parenta380f591f1e9bc535b187c9602563f4fb3d543a1 (diff)
downloadFreeBSD-src-f78ebc168ba76cc9de70590c71fceac20b9d63b8.zip
FreeBSD-src-f78ebc168ba76cc9de70590c71fceac20b9d63b8.tar.gz
sh: Remove special support for background simple commands.
It expands the arguments in the parent shell process, which is incorrect.
Diffstat (limited to 'bin/sh/nodetypes')
-rw-r--r--bin/sh/nodetypes1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/sh/nodetypes b/bin/sh/nodetypes
index f705827..ae4bc4a 100644
--- a/bin/sh/nodetypes
+++ b/bin/sh/nodetypes
@@ -56,7 +56,6 @@ NSEMI nbinary # two commands separated by a semicolon
NCMD ncmd # a simple command
type int
- backgnd int # set to run command in background
args nodeptr # the arguments
redirect nodeptr # list of file redirections
OpenPOWER on IntegriCloud