From 402274541442117f1762b471c9b38bba97bfefac Mon Sep 17 00:00:00 2001 From: ulises-jeremias Date: Sun, 7 Aug 2022 02:11:53 -0300 Subject: [PATCH] Updated dots-scripts --- dots-scripts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots-scripts b/dots-scripts index 1539cdbe..9ef3aca1 100755 --- a/dots-scripts +++ b/dots-scripts @@ -59,7 +59,7 @@ scripts_list=( script=${arguments[0]} if [[ -n "${script}" ]]; then - if [[ ! "${scripts_list[*]}" =~ "${script}" ]]; then + if [[ ! "${scripts_list[*]}" =~ ${script} ]]; then show_message_with_usage "Invalid script specified." fi