This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 12184 - runide.sh script cd command needs double quotes
Summary: runide.sh script cd command needs double quotes
Status: CLOSED DUPLICATE of bug 12183
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Assignee: _ ttran
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-05-14 20:15 UTC by yvon
Modified: 2008-12-22 16:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yvon 2001-05-14 20:15:29 UTC
Adding the double quotes to the runide.sh script line:
   oldpwd=`pwd` ; cd "${idehome}"; idehome=`pwd`; cd "$oldpwd"; unset oldpwd
allows the script to run when the netbeans directory path name contains space(s).

Note however that the IDE will *not* launch unless the netbeans directory path name 
itself contains no spaces (SEE ISSUE #12183).
Comment 1 Jan Zajicek 2001-05-18 16:56:34 UTC
Duplicating this issue. Start of the ide from directory with spaces seems to be
resolved from the starting script, see attachment within issue 12183.


*** This issue has been marked as a duplicate of 12183 ***
Comment 2 Quality Engineering 2003-07-01 16:03:37 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified.

Comment 3 Quality Engineering 2003-07-01 16:27:49 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.