mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-16 08:15:31 +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:
parent
30bfeb3a43
commit
aac75b633c
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user