fix typo in error message ("as not permitted")
Signed-off-by: Leah Rowe <leah@libreboot.org>btrfsvols
parent
4a280c629f
commit
623c338917
2
fetch
2
fetch
|
@ -20,7 +20,7 @@ main()
|
|||
id -u 1>/dev/null 2>/dev/null || \
|
||||
fail "cannot ascertain user id"
|
||||
if [ "$(id -u)" = "0" ]; then
|
||||
fail "running lbmk as root as not permitted"
|
||||
fail "running lbmk as root is not permitted"
|
||||
fi
|
||||
./checkgit || err "Please read: https://libreboot.org/docs/build/"
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ main()
|
|||
id -u 1>/dev/null 2>/dev/null || \
|
||||
err "cannot ascertain user id"
|
||||
if [ "$(id -u)" = "0" ]; then
|
||||
err "running lbmk as root as not permitted"
|
||||
err "running lbmk as root is not permitted"
|
||||
fi
|
||||
./checkgit || err "Please read: https://libreboot.org/docs/build/"
|
||||
|
||||
|
|
Loading…
Reference in New Issue