https://issues.apache.org/ooo/show_bug.cgi?id=107072
--- Comment #26 from Ariel Constenla-Haile <[email protected]> --- (In reply to lgusaas from comment #25) > I do not see any line that starts with http://svn.apache.org/viewvc ... > IT IS NOT THERE. > I give up. I've been wasting my time looking for something that is not there. Please read Comment 20 again: - locate this line: http://svn.apache.org/viewvc/openoffice/trunk/main/shell/source/unix/misc/senddoc.sh?view=markup#l373 means: - click that link, that will lead you to the line number 373, the one that has /usr/bin/open -a "${MAILER}" ${ATTACH} - then find that line in your senddoc (in your file it may be line 373, or not; so search the text of the line, not the line number) > I do not see any line that starts with http://svn.apache.org/viewvc ... Back to comment 20: and right before that line add another line echoing the command: echo "/usr/bin/open -a ${MAILER} ${ATTACH}" /usr/bin/open -a "${MAILER}" ${ATTACH} Keep the same indentation on both lines, otherwise it won't work. -- You are receiving this mail because: You are on the CC list for the issue. You are the assignee for the issue. You are watching all issue changes.
