From 5619e946700e8a28ff9727497c7b62c6b8904ac7 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Fri, 19 Apr 2024 08:00:37 -0300 Subject: [PATCH] Quote '_portzap' --- libexec/portzap/portzap-clone | 2 +- libexec/portzap/portzap-erase | 2 +- libexec/portzap/portzap-pull | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libexec/portzap/portzap-clone b/libexec/portzap/portzap-clone index dd29706..c612ae8 100755 --- a/libexec/portzap/portzap-clone +++ b/libexec/portzap/portzap-clone @@ -12,7 +12,7 @@ branch=$3 ## # main if ! "${libexec}"/isportzap-member; then - echo "[-] This command must be run by a member of the _portzap group" + echo "[-] This command must be run by a member of the '_portzap' group" exit 1 fi diff --git a/libexec/portzap/portzap-erase b/libexec/portzap/portzap-erase index 19a18be..2b27b2f 100644 --- a/libexec/portzap/portzap-erase +++ b/libexec/portzap/portzap-erase @@ -9,7 +9,7 @@ installdir=$2 ## # main if ! "${libexec}"/isportzap-member; then - echo "[-] This command must be run by a member of the _portzap group" + echo "[-] This command must be run by a member of the '_portzap' group" exit 1 fi diff --git a/libexec/portzap/portzap-pull b/libexec/portzap/portzap-pull index 4b4e0bb..585c936 100755 --- a/libexec/portzap/portzap-pull +++ b/libexec/portzap/portzap-pull @@ -28,7 +28,7 @@ change_branch() ## # main if ! "${libexec}"/isportzap-member; then - echo "[-] This command must be run by a member of the _portzap group" + echo "[-] This command must be run by a member of the '_portzap' group" exit 1 fi