Update of /cvsroot/fink/experimental/costabel
In directory sc8-pr-cvs17:/tmp/cvs-serv30999

Modified Files:
        grepbom 
Log Message:
No more echo -n. Workaround for a bug in Leopard lsbom

Index: grepbom
===================================================================
RCS file: /cvsroot/fink/experimental/costabel/grepbom,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- grepbom     13 Dec 2003 16:55:55 -0000      1.1
+++ grepbom     27 Oct 2007 15:53:51 -0000      1.2
@@ -7,8 +7,8 @@
 for BOM in `find /Library/Receipts/ -name \*.bom`  
 do  
   CR=1 
-  echo -n "."  
-  lsbom -p fST $BOM |grep $1 && printf "   ====> %s\n\n" $BOM && CR=0 
+  printf "."  
+  lsbom -p MUGfsT $BOM |grep $1 && printf "   ====> %s\n\n" $BOM && CR=0 
 done
 [ ${CR} -gt 0 ] &&  printf "\n" 
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to