Package: ns3
Severity: minor

Hi,

this is probably the most insignificant bug report I ever wrote but
while reading ns3 build logs I found this part:

[...]
touch build-doxygen-stamp
sh debian/duplicate-files.sh ns-3.*/doc/html
find: warning: you have specified the -maxdepth option after a non-option 
argument -type, but options are not positional (-maxdepth affects tests 
specified before it as well as those specified after it).  Please specify 
options before other arguments.
[...]

so the command in debian/duplicate-files.sh should indeed be:

find -maxdepth 1 -type f -exec md5sum {\} \; > $TMP1

cheers, josch


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to