Skip to content

Commit b55c354

Browse files
BACKLOG-1214 composer post install scripts are now Mac compatible
1 parent 54d88b0 commit b55c354

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/composer/shindig-post-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ rm -rf vendor/apache/shindig/build.xml \
3333
cd vendor/apache
3434
find . -name '*.php' \
3535
-print0 | \
36-
xargs -0 sed --regexp-extended --in-place "s#require(_once)?\ '[^;]*;##g"
36+
xargs -0 sed -E -i -e "s#require(_once)?\ '[^;]*;##g"

bin/composer/zend-framework-post-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ cd $ROOT_DIR
1313

1414
cd vendor/zendframework
1515
find . -name '*.php' -print0 | \
16-
xargs -0 sed --regexp-extended --in-place "s#(include|require)_once[^;]*\.php['\"][)]?;##g"
16+
xargs -0 sed -E -i -e "s#(include|require)_once[^;]*\.php['\"][)]?;##g"

0 commit comments

Comments
 (0)