Patch from kaliber: use path of executable instead of the command. Thanks!

this fixes bug #1773 and #1824. I tested only #1773.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24131 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2008-02-26 00:03:51 +00:00
parent 46ea5b1e49
commit 30cce27770
3 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ extern "C" {
#endif
status_t __parse_invoke_line(char *invoker, char ***_newArgs,
char * const **_oldArgs, int32 *_argCount);
char * const **_oldArgs, int32 *_argCount, const char *arg0);
status_t __get_next_image_dependency(image_id id, uint32 *cookie,
const char **_name);
status_t __test_executable(const char *path, char *invoker);