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/asdf.sh | 3 ++- docs/info.txt | 12 ++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/asdf.sh b/docs/asdf.sh index 4eb9fe8..eab2c0f 100644 --- a/docs/asdf.sh +++ b/docs/asdf.sh @@ -1,7 +1,8 @@ #!/bin/bash +set -e . $FILE -configure +[ -z "$1" ] && configure echo 1 > 3 build echo 2 > 3 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