From 311176a6a2ce571a4667c6355e739a4613af27d6 Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Mon, 28 Oct 2019 20:10:03 -0400 Subject: [PATCH] work with either upper/lower to match elsewhere --- bin/setup.lib.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/setup.lib.sh b/bin/setup.lib.sh index e385acfa70..35d1c1f849 100644 --- a/bin/setup.lib.sh +++ b/bin/setup.lib.sh @@ -60,10 +60,10 @@ function has_commands() { ## usage: cms_eval '' function cms_eval() { case "$GENCODE_CMS" in - Drupal*) + [Dd]rupal*) drush ev "$1" ;; - WordPress*) + [Ww]ordPress*) wp eval "$1" ;; *) -- 2.25.1