💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2024-05-18.txt captured on 2024-06-16 at 13:24:06.
⬅️ Previous capture (2024-05-26)
-=-=-=-=-=-=-
[2024-05-18T06:05:50Z] <op_4> hmm [2024-05-18T10:08:56Z] <sewn> rghurwetfguiherfguhieruiherfguihjersguhjerwerguaigaweruiherasfguih;agweruioph;qwerta9yuioptyuiophg24qwruiophgqa9yuophqaguophtqwea9uophtqweasgwyuiopgawrasguioph;sbuiophwraguihgruiophqaguioph;sgioph [2024-05-18T10:08:56Z] <sewn> gwa89yiop [2024-05-18T10:50:23Z] <riteo> indeed [2024-05-18T11:00:09Z] <sewn> ilt: are you sure ssu not retaining vars like PATH are normal [2024-05-18T11:00:14Z] <sewn> because KISS_HOOK doesn't work otherwise [2024-05-18T12:40:36Z] <phoebos> sewn: that's normal yes. use ssu -p otherwise (you can make a wrapper script) [2024-05-18T12:40:45Z] <phoebos> KISS_HOOK should be absolute paths [2024-05-18T12:43:29Z] <phoebos> kiss is careful to make sure the required variables are given by using env(1) [2024-05-18T12:49:16Z] <sewn> phoebos: ohhh that makes so much sense [2024-05-18T12:49:19Z] <sewn> thanks [2024-05-18T12:49:28Z] <sewn> maybe check in kiss for it then? [2024-05-18T12:49:34Z] <sewn> or doc change [2024-05-18T12:50:54Z] <sewn> re: absolute path hook [2024-05-18T15:06:01Z] <phoebos> KISS_HOOK has always been an absolute path [2024-05-18T15:06:55Z] <sewn> i set my kiss_hook as a PATH-relative path [2024-05-18T15:07:00Z] <sewn> KISS_HOOK=kiss-hook [2024-05-18T15:07:45Z] <phoebos> yes, don't do that [2024-05-18T15:08:31Z] <sewn> great [2024-05-18T15:08:37Z] <sewn> so can it be added to kiss to check or [2024-05-18T15:13:27Z] <phoebos> what do you mean [2024-05-18T15:14:54Z] <sewn> case "$KISS_HOOK" in /*) ;; *) die "kiss_hook must be absolute" ;; esac [2024-05-18T15:18:24Z] <phoebos> ok yes I guess [2024-05-18T15:18:48Z] <phoebos> (remember it is a list though)