[PHP-CVS] cvs: php4 / bundle-release

2003-06-07 Thread Sterling Hughes
sterlingSat Jun  7 13:06:42 2003 EDT

  Added files: 
/php4   bundle-release 
  Log:
  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
  
  



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] cvs: php4 / bundle-release

2003-06-07 Thread Sterling Hughes
sterlingSat Jun  7 13:07:10 2003 EDT

  Modified files:  
/php4   bundle-release 
  Log:
  woops, make that bundle, not .bundle
  
  
Index: php4/bundle-release
diff -u php4/bundle-release:1.1 php4/bundle-release:1.2
--- php4/bundle-release:1.1 Sat Jun  7 13:06:42 2003
+++ php4/bundle-release Sat Jun  7 13:07:10 2003
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-EXTS=`cat .bundle`
+EXTS=`cat bundle`
 PEAR=`which pear`
 
 for i in $EXTS; do



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php