summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-06-05 11:26:08 +0100
committerLeah Rowe <leah@libreboot.org>2024-06-05 11:26:08 +0100
commit6e1b8087c5133b4f9a384df6ea7de3250ea8e573 (patch)
tree8f81f3420bd8b83fc5e2160bf967dbf28fe81abb /build
parent62c25ac7ab2b7be8e2f3a2321e44dcf93dc9c635 (diff)
move id check to lib.sh too
doesn't really matter, it's just an extra layer to ensure reliability, but "id" is pretty standard Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'build')
-rwxr-xr-xbuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/build b/build
index 421c163c..748ff4f0 100755
--- a/build
+++ b/build
@@ -24,7 +24,6 @@ linkname="${linkpath##*/}"
main()
{
- x_ id -u 1>/dev/null 2>/dev/null
[ $# -lt 1 ] && badcmd
spath="script/$1"