qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Fix cscope filelist by removing leading ./


From: Ryan Harper
Subject: Re: [Qemu-devel] [PATCH] Fix cscope filelist by removing leading ./
Date: Wed, 1 Oct 2008 10:29:29 -0500
User-agent: Mutt/1.5.6+20040907i

* Andreas Schwab <address@hidden> [2008-10-01 10:23]:
> Ryan Harper <address@hidden> writes:
> 
> > -   find . -name "*.[ch]" -print > ./cscope.files
> > +   find . -name "*.[ch]" -print | sed 's,./,,' > ./cscope.files
> 
> This will also match 'a/'.

Is there a case where the find command we're using would output
something without './' in the first to characters in each line where
that case would be an issue?

-- 
Ryan Harper
Software Engineer; Linux Technology Center
IBM Corp., Austin, Tx
(512) 838-9253   T/L: 678-9253
address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]