projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77d898a
)
[NFC] Allow users on backdrop to trigger regen.sh
author
Seamus Lee
<seamuslee001@gmail.com>
Mon, 4 Nov 2019 01:02:51 +0000
(12:02 +1100)
committer
Seamus Lee
<seamuslee001@gmail.com>
Mon, 4 Nov 2019 01:02:51 +0000
(12:02 +1100)
bin/setup.lib.sh
patch
|
blob
|
blame
|
history
diff --git
a/bin/setup.lib.sh
b/bin/setup.lib.sh
index 35d1c1f849ea6be424752bbd5a7c400ffc85032b..59aaf9daa6f84c4cdb6b23c52e72d2d36725dbc8 100644
(file)
--- a/
bin/setup.lib.sh
+++ b/
bin/setup.lib.sh
@@
-60,7
+60,7
@@
function has_commands() {
## usage: cms_eval '<php-code>'
function cms_eval() {
case "$GENCODE_CMS" in
- [Dd]rupal*)
+ [Dd]rupal*
|[Bb]ackdrop
)
drush ev "$1"
;;
[Ww]ordPress*)