src/optparse.lisp: Simplify `set-command-line-arguments'.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 17 Aug 2015 16:44:57 +0000 (17:44 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 17 Aug 2015 16:48:14 +0000 (17:48 +0100)
commit4ac20e3bbed1cba5c16d4573431db20a84d5e28b
tree77c7f099446727120559f75276521282de1daa2d
parent7bfe3a370a6a56a0f097fc1e357ca8ac798d9d4b
src/optparse.lisp: Simplify `set-command-line-arguments'.

If we depend on `cl-launch' and assume that we're always started through
it then we don't need to do such complicated things to put together the
command line.

It's not all happy bunnies, unfortunately, because we have to mess with
system-specific details to discover the program name from a dumped
executable image.
src/optparse.lisp
src/sod-frontend.asd