commit 55b2c81
hovercats
·
2026-02-13 23:07:51 +0000 UTC
parent 93cb0e2
dl_pkg: reset status in url test. rc seems to exit here prematurly without an exit code. this bypasses this
1 files changed,
+1,
-0
M
rcpm
M
rcpm
+1,
-0
1@@ -32,6 +32,7 @@ fn dl_pkg {
2 git -C src reset --hard
3 }
4 if (test -f url) curl --skip-existing -LK url -O
5+ if not status=()
6 }
7
8 fn chksum_pkg {