To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59477





------- Additional comments from [EMAIL PROTECTED] Mon Dec 19 06:25:05 -0800 
2005 -------
#%%$@ automatic .exe handling!

Ruediger, I'm not sure how the file tests in perl handle this problem, I'll
look into that later, but for now this ugly construct works:

$ find . -maxdepth 1 -name bla.exe -exec echo _XfoundX_ \; | grep _XfoundX_ >
dev/null && echo OK

prints OK, and

$ find . -maxdepth 1 -name bla -exec echo _XfoundX_ \; | grep _XfoundX_ >
/dev/null && echo OK

doesn't.

I'll ask the cygwin list for better alternatives.

   Volker

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to