From d345e5eb933fbe84615f6050ce744423af1f55d8 Mon Sep 17 00:00:00 2001 From: Riley Beckett Date: Tue, 21 Jul 2026 00:31:37 -0400 Subject: remove popen because its not cool --- docs/info.txt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'docs/info.txt') diff --git a/docs/info.txt b/docs/info.txt index 1a75a38..51927d2 100644 --- a/docs/info.txt +++ b/docs/info.txt @@ -2,7 +2,7 @@ # bash setting BASH_ENV sources it before -execve("/bin/bash", { "/bin/bash", "build.sh", NULL }, { env..., "BASH_ENV=file", NULL}); +execve("/bin/bash", { "/bin/bash", "build.sh", NULL }, { env..., "BASH_ENV=file", , NULL}); build() { @@ -17,6 +17,14 @@ check for $snagcache/$packagename/ if not exist full clean build if exist then just run build and install - open log file - fd 3 splice(child stdout, fd 3) + + +snag + - make + - bash + - automake + - bash + - swenu + - bash -- cgit v1.2.3