diff options
author | Sterling Hughes <sterling@php.net> | 2003-06-07 17:07:10 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2003-06-07 17:07:10 +0000 |
commit | 5930c2fbbcd3cb4c0efc458050f5903c153d642d (patch) | |
tree | 8d30b1cab69e15263939ac36bd1d96396fe205b3 | |
parent | d5e10207143a1224d969d9c22ffe35bda9c3d8ef (diff) | |
download | php-git-5930c2fbbcd3cb4c0efc458050f5903c153d642d.tar.gz |
woops, make that "bundle," not ".bundle"
-rwxr-xr-x | bundle-release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle-release b/bundle-release index b424ef3b61..9848d80c3d 100755 --- a/bundle-release +++ b/bundle-release @@ -1,6 +1,6 @@ #!/bin/sh -EXTS=`cat .bundle` +EXTS=`cat bundle` PEAR=`which pear` for i in $EXTS; do |