diff options
Diffstat (limited to 'include/lib.sh')
-rwxr-xr-x | include/lib.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/lib.sh b/include/lib.sh index c5bd4bc9..23dfe81a 100755 --- a/include/lib.sh +++ b/include/lib.sh @@ -61,6 +61,8 @@ install_packages() } [ $# -gt 0 ] && [ "$1" = "dependencies" ] && install_packages $@ && return 0 +[ "$(id -u)" != "0" ] || $err "this command as root is not permitted" + # if "y": a coreboot target won't be built if target.cfg says release="n" # (this is used to exclude certain build targets from releases) |