From 98a42a9f21e47e9af9661fc526364b3008909d58 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Mon, 4 Nov 2019 12:02:51 +1100 Subject: [PATCH] [NFC] Allow users on backdrop to trigger regen.sh --- bin/setup.lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/setup.lib.sh b/bin/setup.lib.sh index 35d1c1f849..59aaf9daa6 100644 --- a/bin/setup.lib.sh +++ b/bin/setup.lib.sh @@ -60,7 +60,7 @@ function has_commands() { ## usage: cms_eval '' function cms_eval() { case "$GENCODE_CMS" in - [Dd]rupal*) + [Dd]rupal*|[Bb]ackdrop) drush ev "$1" ;; [Ww]ordPress*) -- 2.25.1