To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66767
                 Issue #|66767
                 Summary|tcsh path handling / regexp is weird.
               Component|tools
                 Version|OOo 2.0.2
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|configure
             Assigned to|mh
             Reported by|icepic





------- Additional comments from [EMAIL PROTECTED] Tue Jun 27 01:09:47 -0700 
2006 -------
I happen to have tcsh in a path where the word tcsh appears both in the
directory path and as the command name, and the regexp gets all weird on that. 

/pkg/tcsh/6.14.00/bin/tcsh becomes /pkg/6.14.00/bin/tcsh/tcsh or something and
that is later put at the top of the (t)csh scripts, which is bad.

This patch fixes it for me:
--- OOo2-2.0.2/config_office/configure~    2006-06-21 09:25:24.0000
00000 +0200
+++ OOo2/config_office/configure     2006-06-21 09:36:34.0000
00000 +0200
@@ -3096,7 +3096,7 @@
 echo "$as_me: error: tcsh not found in \$PATH" >&2;}
    { (exit 1); exit 1; }; }
    else
-      TCSH=`echo $TCSH | $SED -n "s/\/tcsh//p"`
+      TCSH=`echo $TCSH | $SED -n "s/\/tcsh$//p"`
    fi
 else
    { echo "$as_me:$LINENO: WARNING: Windows 4NT builds don't need tcsh" >&5

---------------------------------------------------------------------
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