Windows: Strip ".exe" from the program name.
authorJohannes Sixt <johannes.sixt@telecom.at>
Sat, 8 Dec 2007 19:57:25 +0000 (20:57 +0100)
committerJohannes Sixt <johannes.sixt@telecom.at>
Mon, 23 Jun 2008 11:34:55 +0000 (13:34 +0200)
Before we can successfully parse a builtin command from the program name
we must strip off unneeded parts, that is, the file extension.

Furthermore, we must take Windows style path names into account when we
parse the program name.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
No differences found