diff options
| author | Riley Beckett <rbeckettvt@gmail.com> | 2026-07-21 00:31:37 -0400 |
|---|---|---|
| committer | Riley Beckett <rbeckettvt@gmail.com> | 2026-07-21 00:31:37 -0400 |
| commit | d345e5eb933fbe84615f6050ce744423af1f55d8 (patch) | |
| tree | 47ec06cad78795d29fa6f8670a62dc268a16cdc2 /docs/info.txt | |
| parent | d598be66eddc0e925eee96e23d9f95c88cf1f6ed (diff) | |
remove popen because its not cool
Diffstat (limited to 'docs/info.txt')
| -rw-r--r-- | docs/info.txt | 12 |
1 files changed, 10 insertions, 2 deletions
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 |
