From 1b1bab8a1c96a7ad5000aded4d096a7b589df8d6 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sun, 18 Aug 2024 22:32:06 -0300 Subject: [PATCH] Fix typo --- libexec/sourcezap/commands/sourcezap-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/sourcezap/commands/sourcezap-install b/libexec/sourcezap/commands/sourcezap-install index a36fc85..15628e7 100755 --- a/libexec/sourcezap/commands/sourcezap-install +++ b/libexec/sourcezap/commands/sourcezap-install @@ -33,7 +33,7 @@ if [ -e "${revfile}" ]; then else ## # install from scratch - umask u=rwx,g=rx,o= + umask u=rwX,g=rX,o= "${libexec}"/utils/install/run -d "${installdir}" find -s . \ -maxdepth 1 \