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 155827 - User with different bash install path can't use remote
Summary: User with different bash install path can't use remote
Status: RESOLVED WONTFIX
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-19 10:54 UTC by Sergey Grinev
Modified: 2010-05-26 13:10 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 Sergey Grinev 2008-12-19 10:54:48 UTC
User had bash installed to /usr/local/bin/bash and NB failed to find toolchains:

http://forums.netbeans.org/viewtopic.php?p=19368
Comment 1 Vladimir Kvashin 2010-05-26 13:10:02 UTC
First, now remote isn't tied so closely with bash.

But even if it was, note that any bash script starts with #!/bin/bash, not with #/usr/local/bin/bash - so most things that require bash won't work if there are no bash in standard location.

The workaround is quite simple - create a link.