Bugzilla – Attachment 11334 Details for
Bug 5600
Bulk MARC biblio export script
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 5600: very tiny follow-up to pass perlcritic
0003-Bug-5600-very-tiny-follow-up-to-pass-perlcritic.patch (text/plain), 683 bytes, created by
Julian Maurice
on 2012-08-03 15:01:36 UTC
(
hide
)
Description:
Bug 5600: very tiny follow-up to pass perlcritic
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2012-08-03 15:01:36 UTC
Size:
683 bytes
patch
obsolete
>From e92b68016e9c2334335a6c544dc80566c28232d1 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Fri, 3 Aug 2012 17:00:06 +0200 >Subject: [PATCH 3/3] Bug 5600: very tiny follow-up to pass perlcritic > >open was called with 2 arguments instead of 3 >--- > tools/export.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/tools/export.pl b/tools/export.pl >index 003a9c7..95b8185 100755 >--- a/tools/export.pl >+++ b/tools/export.pl >@@ -93,7 +93,7 @@ _USAGE_ > $record_type ||= "bibs"; > > # Redirect stdout >- open STDOUT, ">$filename" if $filename; >+ open STDOUT, '>', $filename if $filename; > > } else { > >-- >1.7.10.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 5600
:
9955
|
10200
|
10671
|
10676
|
10954
|
10997
|
11099
|
11331
| 11334