On Sun, Aug 02, 2009 at 08:47:58PM +0100, Enrico Zini wrote: > On Sun, Aug 02, 2009 at 05:44:13PM +0200, Michael Koch wrote: > > > > Is there a better way to pass the rest of the command line, unchanged, > > > through ssh? This has the same problem: > > > > > > ssh lintian.debian.org "~enrico/bin/minechangelogs" "$@" > > > > > > The syntax of the script on lintian.debian.org is to do case-sensitive > > > matching of its parameters, and return the changelog entries that > > > contain at least one, therefore ORing the matches together. > > > > I commited a slightly changed script. Thanks for the initial script. > > It's really helpful. > > You're welcome. Your version has a problem, though: if I run: > > ./minechangelogs "Enrico" "Zini" > > I would expect to see results matching work by Enrico Tassi, as the two > keywords are supposed to be ORed. Instead it becomes a search on "Enrico > Zini", just like if I had typed ./minechangelogs "Enrico Zini" > > Ideally, I should be able to run something like this: > > ./minechangelogs "Enrico Zini" [email protected]
Fixed. I commited a version which works with your above examples. Cheers, Michael -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

