Use execvp() rather than execv(), to look up Doom binary in the PATH if necessary.
commit7a589bbe1565ebdbb1eec5f85077a1a0ee0f2dce
authorSimon Howard <fraggle@gmail.com>
Sat, 21 Nov 2009 02:05:56 +0000 (21 02:05 +0000)
committerSimon Howard <fraggle@gmail.com>
Sat, 21 Nov 2009 02:05:56 +0000 (21 02:05 +0000)
tree05fa5f046801de3b14fe66f5ae6ddaf9726d9da7
parent551b9b4528286f46a63177a3582b9ef93b4fcdb5
Use execvp() rather than execv(), to look up Doom binary in the PATH if necessary.

git-svn-id: https://chocolate-doom.svn.sourceforge.net/svnroot/chocolate-doom/trunk/chocolate-doom@1735 ee5ca603-980d-0410-972c-a23fc50d79fe
setup/execute.c