From d951e06feada01c95a5345e5d59b7c6e4860f6ef Mon Sep 17 00:00:00 2001 From: Root <175176948+RKNF404@users.noreply.github.com> Date: Thu, 3 Apr 2025 14:13:19 -0400 Subject: [PATCH] chore: add support for non-usr merged systems --- build/trivalent.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/trivalent.sh b/build/trivalent.sh index eacbc371..c5641257 100755 --- a/build/trivalent.sh +++ b/build/trivalent.sh @@ -1,7 +1,7 @@ #!/bin/bash # Sanitize risky env variables -export PATH="/usr/bin" +export PATH="/usr/bin:/bin" export LD_PRELOAD="" export LD_LIBRARY_PATH="" export LD_AUDIT=""