From 4c95e62dfbb1b414a69bd26cf6fc51e8f5e8eb87 Mon Sep 17 00:00:00 2001
From: Recolic <git@me.recolic.net>
Date: Fri, 7 Mar 2025 17:16:36 -0800
Subject: [PATCH] .tiny adjustment

---
 sys/unix_handy.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/unix_handy.hpp b/sys/unix_handy.hpp
index e5c8532..72765b9 100644
--- a/sys/unix_handy.hpp
+++ b/sys/unix_handy.hpp
@@ -27,7 +27,7 @@ namespace rlib {
     }
 
     struct shell_result {
-        int status;
+        int status = -1;
         std::string stdout_;
     };
     
-- 
GitLab