blob: 1632d02a1a08e8bdda1c44e6833d0f843c3b4ef0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Index: lib/pkgtools.rb
===================================================================
RCS file: /home/cvs/pkgtools/lib/pkgtools.rb,v
retrieving revision 1.123
diff -u -r1.123 pkgtools.rb
--- lib/pkgtools.rb 30 Jun 2004 16:24:12 -0000 1.123
+++ lib/pkgtools.rb 2 Jul 2004 03:51:12 -0000
@@ -82,7 +82,7 @@
if !pattern.include?('/')
gtable[pattern] = value
end
- end
+ end if hash
table = [otable, gtable]
end
|