mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-31 13:52:29 +00:00
Change error message printed when ldeether is unable to exec() lde to provide more information.
modified: src/ldeether.c
This commit is contained in:
@@ -258,7 +258,7 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
/* then execve the LDE executable */
|
||||
execvp(filetorun, newargv);
|
||||
perror(filetorun);
|
||||
perror("failed to exec lde");
|
||||
return (1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user