Bugzilla – Attachment 155653 Details for
Bug 33045
Use process_tt in C4::Record::marcrecord2csv
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33045: Fix shebang of marcrecord2csv.t
Bug-33045-Fix-shebang-of-marcrecord2csvt.patch (text/plain), 860 bytes, created by
Marcel de Rooy
on 2023-09-15 09:29:05 UTC
(
hide
)
Description:
Bug 33045: Fix shebang of marcrecord2csv.t
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2023-09-15 09:29:05 UTC
Size:
860 bytes
patch
obsolete
>From 922344c3d8b9eca2921df710ecb7bb5b7417eb3e Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 15 Sep 2023 09:26:31 +0000 >Subject: [PATCH] Bug 33045: Fix shebang of marcrecord2csv.t >Content-Type: text/plain; charset=utf-8 > >Resolves: >bash: t/db_dependent/Record/marcrecord2csv.t: /usr/bin/perl;: bad interpreter: No such file or directory > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > t/db_dependent/Record/marcrecord2csv.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Record/marcrecord2csv.t b/t/db_dependent/Record/marcrecord2csv.t >index ab4d5e75a7..53d80918ab 100755 >--- a/t/db_dependent/Record/marcrecord2csv.t >+++ b/t/db_dependent/Record/marcrecord2csv.t >@@ -1,4 +1,4 @@ >-#!/usr/bin/perl; >+#!/usr/bin/perl > > use Modern::Perl; > use Test::More tests => 13; >-- >2.30.2
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 33045
:
147181
|
150493
|
155652
| 155653