Re: A possible bug during build.

2010-10-10 Thread Chet Ramey
On 10/1/10 2:52 PM, George R Goffe wrote: > Howdy, > > I have a script that I use to build bash and other open source software. When > I unzip/tar the bash distribution file and run the script in the directory > that pops out, bash builds correctly (no make install yet). When I run the > script

Re: How to deal with space in command line?

2010-10-10 Thread Sven Mascheck
On Sat, Oct 09, 2010 at 12:06:21AM +0200, Sven Mascheck wrote: > find . -type f -name '*.c' -exec sh -c 'vi "$@"' find-sh {} + PS (still offtopic): vi was not the original example, it came as illustration. But sh -c '' is only useful if you still have to process the filenames somehow (which I co