cmd.c32: simplify by passing the unparsed command line
authorH. Peter Anvin <hpa@zytor.com>
Sat, 14 Mar 2009 23:18:44 +0000 (16:18 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 14 Mar 2009 23:18:44 +0000 (16:18 -0700)
commit1cb786fc4c9a11179b73d6f5005a2bd990a51b92
tree7073cbc9fec94b489d492b51f59f4737c694b67a
parent662e44df5fefa9da266941b63557c55286637a29
cmd.c32: simplify by passing the unparsed command line

Instead of parsing and unparsing the command line, just pass the raw
command line the way we already have it.
com32/modules/cmd.c