Bugzilla – Attachment 160494 Details for
Bug 30349
Cleanup bulkmarcimport.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30349: More double dashes
Bug-30349-More-double-dashes.patch (text/plain), 1.29 KB, created by
Martin Renvoize (ashimema)
on 2024-01-03 16:56:24 UTC
(
hide
)
Description:
Bug 30349: More double dashes
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-01-03 16:56:24 UTC
Size:
1.29 KB
patch
obsolete
>From dc7a3f415d2e73d2a4acfa8e497323e3af641bea Mon Sep 17 00:00:00 2001 >From: David Schmidt <mail@davidschmidt.at> >Date: Thu, 24 Mar 2022 13:02:16 +0100 >Subject: [PATCH] Bug 30349: More double dashes > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > misc/migration_tools/bulkmarcimport.pl | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/misc/migration_tools/bulkmarcimport.pl b/misc/migration_tools/bulkmarcimport.pl >index 7bb9ee86c36..0ab60fbf14d 100755 >--- a/misc/migration_tools/bulkmarcimport.pl >+++ b/misc/migration_tools/bulkmarcimport.pl >@@ -155,7 +155,7 @@ if ( $version || ( $input_marc_file eq '' ) ) { > exit; > } > if ( $update && !( $match || $isbn_check ) ) { >- warn "Using -update without -match or -isbn seems to be useless.\n"; >+ warn "Using --update without --match or --isbn seems to be useless.\n"; > } > > if ( defined $localcust ) { #local customize module >@@ -831,8 +831,8 @@ bulkmarcimport.pl - Import bibliographic/authority records into Koha > =head1 USAGE > > $ export KOHA_CONF=/etc/koha.conf >- $ perl misc/migration_tools/bulkmarcimport.pl -d -commit 1000 \\ >- -file /home/jmf/koha.mrc -n 3000 >+ $ perl misc/migration_tools/bulkmarcimport.pl -d --commit 1000 \\ >+ --file /home/jmf/koha.mrc -n 3000 > > =head1 WARNING > >-- >2.43.0
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 30349
:
132127
|
132128
|
132130
|
160492
|
160493
|
160494
|
160913
|
160914
|
160915
|
160916