Bug 586 - builds a wrong path when a filename is passed in the cmd line
Summary: builds a wrong path when a filename is passed in the cmd line
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: mozilla (show other bugs)
Version: unstable
Hardware: all Linux
: P4 minor
Assignee: Alexey Gladkov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-08 14:35 MSK by imz
Modified: 2009-05-10 09:31 MSD (History)
0 users

See Also:


Attachments
0000586-mozilla-0.9.8-alt2-localfilepath.patch (deleted)
2002-02-08 14:35 MSK, imz
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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 > a; sudo echo root > /a
$ mozilla /a

And it shows \"local\".

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