summaryrefslogtreecommitdiff
path: root/util/sbase/renice.1
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-03 03:31:09 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-03 03:31:09 +0000
commit7213bba0c57d550676bb3adf56884c6bc60285da (patch)
tree6afc781c2d383850c4aa74569f57c5b7f4bc67df /util/sbase/renice.1
parent490f311d05cc3ba63f506989311edeed8d26c64a (diff)
util/nvmutil: don't exit with errno as status
exit with 0 or 1, as is proper. errno is an int, but the return value on a shell can be e.g. byte, and depending how that number (errno) is valued, could overflow and cause a zero exit, where you want a non-zero exit. the code has been changed, in such a way to maintain current behaviour (don't change errno), except that when errno is set upon exit, the exit value is now one. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/sbase/renice.1')
0 files changed, 0 insertions, 0 deletions