Bug 13085: bugfix to allow call of export.pl in commandline without id_list_file...
commit48b7e1ecef1d768442cd3aa391e7a68865429520
authorStéphane Delaune <stephane.delaune@biblibre.com>
Wed, 15 Oct 2014 13:23:35 +0000 (15 15:23 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 22 Oct 2014 12:31:30 +0000 (22 09:31 -0300)
treeb113fe64734f2623815fbd63d215a3904812e4c8
parent22395e4168438fdceb00db3384c5082e7bae79e1
Bug 13085: bugfix to allow call of export.pl in commandline without id_list_file parameter

Test plan
1/ run ./tools/export.pl
2/ notice an error like cannot open 0: No such file or directory at ./tools/export.pl line 209.
3/ apply patch
4/ run again
5/ no errors

Signed-off-by: Chris <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Works as described, adding an additional check.

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
tools/export.pl