From 6e1b8087c5133b4f9a384df6ea7de3250ea8e573 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 5 Jun 2024 11:26:08 +0100 Subject: 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 --- build | 1 - 1 file changed, 1 deletion(-) (limited to 'build') 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" -- cgit v1.2.1