Changeset 3714:835710ca7988
- Timestamp:
-
02/22/18 12:44:05
(8 years ago)
- Author:
- franck <carnet.franck.paul@…>
- Branch:
- default
- Message:
-
Cope with PSR-2 code formatting, should fix #2269
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
r3418
|
r3714
|
|
46 | 46 | ## Copy built-in plugins based on DC_DISTRIB_PLUGINS constant |
47 | 47 | cp -pRf $$(grep DC_DISTRIB_PLUGINS inc/prepend.php | \ |
48 | | sed -e "s/.*,'//" -e "s/'.*//" | \ |
| 48 | sed -e "s/.*, *'//" -e "s/'.*//" | \ |
49 | 49 | sed -e 's/\(^\|,\)/ .\/plugins\//g') \ |
50 | 50 | ./$(DC)/plugins/ |