Bug 586

Summary: builds a wrong path when a filename is passed in the cmd line
Product: Sisyphus Reporter: imz <vanyaz>
Component: mozillaAssignee: Alexey Gladkov <legion>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: minor    
Priority: P4    
Version: unstable   
Hardware: all   
OS: Linux   
Attachments:
Description Flags
0000586-mozilla-0.9.8-alt2-localfilepath.patch none

Description imz 2002-02-08 14:35:24 MSK
Because of a small error in /usr/bin/mozilla script, it opens a file from the current directory instead of a file from the root (if it exists).

---
$ cd ~ # make sure you are not in / now
$ echo local &gt; a; sudo echo root &gt; /a
$ mozilla /a

And it shows \&quot;local\&quot;.

---
The small patch fixes this problem.

Comment 1 inger@altlinux.org 2004-05-05 16:27:05 MSD
подарок новому мантейнеру 
Comment 2 Alexey Gladkov 2004-05-24 21:50:25 MSD
патч побился :( 
дайте поясненния или закройте.
Comment 3 Alexey Gladkov 2004-06-03 16:06:15 MSD
fixed