From 0dfba3ec9b849ed7e44a5752e374d63bc8bc7f65 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Wed, 4 Sep 2024 18:26:54 -0500 Subject: Try removeing the update flag --- init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init b/init index 04cc66a..89d1bb3 100755 --- a/init +++ b/init @@ -12,5 +12,5 @@ if [ -z $(echo $CFLAGS | grep -o -E -- '( |^)-g( |$)') ]; then # And pack the library with upx unzip $obj lib/* upx --no-progress lib/* - zip -r -u "$obj" lib + zip -r "$obj" lib fi -- cgit v1.2.3-55-g6feb