http://bugs.grommit.com/show_bug.cgi?id=559





------- Comment #10 from roland.mainz at nrubsig.org  2008-07-22 03:29 PDT 
-------
(In reply to comment #8)
> (In reply to comment #6)
[snip]
> Firefox doesn't launch, same problem.
> If I use "cd -P", it works.

Ok... so a semi-portable patch would look like this:
-- snip --
- cd ../lib/firefox
+ cd -P ../lib/firefox 2>/dev/null || cd ../lib/firefox
-- snip --
... which executes "cd -P ../lib/firefox" for shells (ksh88, ksh93, bash) which
support "-P" and "cd ../lib/firefox" for those who don't support that flag.


-- 
Configure bugmail: http://bugs.grommit.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to