From 1218164c9a2167c1d8252475d091dc2ea61e1c89 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Wed, 5 Jun 2024 18:34:17 -0300 Subject: [PATCH] Fix typo (in sourcezap-clone) --- libexec/sourcezap/commands/sourcezap-clone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/sourcezap/commands/sourcezap-clone b/libexec/sourcezap/commands/sourcezap-clone index 91effb8..e632597 100755 --- a/libexec/sourcezap/commands/sourcezap-clone +++ b/libexec/sourcezap/commands/sourcezap-clone @@ -33,7 +33,7 @@ if [ "$(id -u)" = "0" ]; then exit 1 fi -if ! "${libexec}"/utils/issourcezap-member > /dev/null >2&1; then +if ! "${libexec}"/utils/issourcezap-member > /dev/null 2>&1; then printerr "$(id -un) is not a member of _sourcezap" exit 1 fi