mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix exit code in chvideomode.
This commit is contained in:
parent
b0c01f2c6a
commit
9a608e5bb2
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ Try make sure the desired driver is loaded and is configured correctly.\n");
|
||||||
exit(WEXITSTATUS(status));
|
exit(WEXITSTATUS(status));
|
||||||
}
|
}
|
||||||
execvp(argv[1], argv + 1);
|
execvp(argv[1], argv + 1);
|
||||||
perror(argv[1]);
|
error(127, errno, "`%s'", argv[1]);
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue