Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
0ee6a1b1
Commit
0ee6a1b1
authored
Mar 07, 2006
by
lpsolit%gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 329295: 008filter fails if . is not in PATH - Patch by Vlad Dascalu…
Bug 329295: 008filter fails if . is not in PATH - Patch by Vlad Dascalu <vladd@bugzilla.org> r=LpSolit a=myk
parent
50fb815d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
008filter.t
t/008filter.t
+3
-0
No files found.
t/008filter.t
View file @
0ee6a1b1
...
...
@@ -163,6 +163,9 @@ sub directive_ok {
# Empty directives are ok; they are usually line break helpers
return
1
if
$directive
eq
''
;
# Make sure we're not looking for ./ in the $safe hash
$file
=~
s
#^\./##;
# Exclude those on the nofilter list
if
(
defined
(
$safe
{
$file
}{
$directive
}))
{
$safe
{
$file
}{
$directive
}
++
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment