Bug#340435: find -mindepth option after a non-option argument -type

2006-01-24 Thread Warren Turkal
On Wednesday 23 November 2005 06:19, Loic Minier wrote: > /usr/share/dbs/lib has: > files=`find -type f -maxdepth 1 -mindepth 1` > dirs=`find -type d -maxdepth 1 -mindepth 1 ! -name 'debian' ! -name > 'upstream'` possible patch Common subdirectories: dbs-0.36/debian and dbs/debian diff -

Bug#340435: find -mindepth option after a non-option argument -type

2005-11-26 Thread Warren Turkal
> /usr/share/dbs/lib has: > files=`find -type f -maxdepth 1 -mindepth 1` > dirs=`find -type d -maxdepth 1 -mindepth 1 ! -name 'debian' ! -name I have changed the order of these args in my source tree. I am working on #340441 before I release a new version. Thanks, wt -- Warren Turkal S

Bug#340435: find -mindepth option after a non-option argument -type

2005-11-23 Thread Loic Minier
Package: dbs Version: 0.36 Severity: minor Hi, /usr/share/dbs/lib has: files=`find -type f -maxdepth 1 -mindepth 1` dirs=`find -type d -maxdepth 1 -mindepth 1 ! -name 'debian' ! -name 'upstream'` find barks: find: warning: you have specified the -mindepth option after a non-