mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-10 03:23:13 +00:00
Fix for DS-3585
This commit is contained in:
@@ -189,7 +189,7 @@ public class ItemImportCLITool {
|
|||||||
String zipfilename = "";
|
String zipfilename = "";
|
||||||
if (line.hasOption('z')) {
|
if (line.hasOption('z')) {
|
||||||
zip = true;
|
zip = true;
|
||||||
zipfilename = sourcedir + System.getProperty("file.separator") + line.getOptionValue('z');
|
zipfilename = line.getOptionValue('z');
|
||||||
}
|
}
|
||||||
|
|
||||||
//By default assume collections will be given on the command line
|
//By default assume collections will be given on the command line
|
||||||
|
Reference in New Issue
Block a user