Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 276447 - dev-util/lafilefixer fails with BSD find when no parameter given
Summary: dev-util/lafilefixer fails with BSD find when no parameter given
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: FreeBSD (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-04 11:11 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2011-11-26 23:59 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2009-07-04 11:11:39 UTC
flame@gfbsd72 ~ % lafilefixer
find: illegal option -- n
find: illegal option -- a
find: illegal option -- m
find: illegal option -- e
find: *.la: No such file or directory

find on BSD systems _needs_ a directory to start with, does not default with "."
Comment 1 Alexis Ballier gentoo-dev 2009-11-26 09:01:59 UTC
Peter, ping, should be as trivial as giving a default value of ( "." ) to arglist if its empty
Comment 2 SpanKY gentoo-dev 2011-11-26 23:59:45 UTC
should be all set now in the tree; thanks for the report!

Commit message: Default to searching $PWD explicitly
http://sources.gentoo.org/dev-util/lafilefixer/files/lafilefixer-0.5?r1=1.1&r2=1.2