From a39c60aafa353a534a17f1ca4ef96babc351ae5a Mon Sep 17 00:00:00 2001 From: William Melody Date: Sun, 7 Jun 2020 14:18:20 -0700 Subject: [PATCH] Use curly braces for all `$_ME` variable references. --- hosts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts b/hosts index f326476..ff2d460 100755 --- a/hosts +++ b/hosts @@ -554,7 +554,7 @@ HEREDOC # # desc example <... + ${_ME} block ... Description: Block one or more hostnames by adding new entries assigned to \`127.0.0.1\` @@ -1488,7 +1488,7 @@ delete() { remove "${@}"; } desc "search" < + ${_ME} search Description: Search entries for . @@ -1556,7 +1556,7 @@ show() { desc "unblock" <... + ${_ME} unblock ... Description: Unblock one or more hostnames by removing the entries from the hosts file.