mirror of
https://github.com/php/php-src.git
synced 2024-11-27 20:03:40 +08:00
simple script that will look at bundle (when which is populated when we
move the extensions to pecl) and bundle the contents of that file
This commit is contained in:
parent
106a277239
commit
d5e1020714
8
bundle-release
Executable file
8
bundle-release
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
EXTS=`cat .bundle`
|
||||
PEAR=`which pear`
|
||||
|
||||
for i in $EXTS; do
|
||||
$PEAR bundle $i
|
||||
done
|
Loading…
Reference in New Issue
Block a user