mirror of
https://github.com/php/php-src.git
synced 2024-11-27 20:03:40 +08:00
woops, make that "bundle," not ".bundle"
This commit is contained in:
parent
d5e1020714
commit
5930c2fbbc
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
EXTS=`cat .bundle`
|
||||
EXTS=`cat bundle`
|
||||
PEAR=`which pear`
|
||||
|
||||
for i in $EXTS; do
|
||||
|
Loading…
Reference in New Issue
Block a user