(new_volume): Use sys_exec_info_script() instead of system().

This commit is contained in:
Sergey Poznyakoff
2005-12-06 16:31:49 +00:00
parent a5da71b142
commit 13d43c302f

View File

@@ -904,7 +904,7 @@ new_volume (enum access_mode mode)
{
if (volno_file_option)
closeout_volume_number ();
if (system (info_script_option) != 0)
if (sys_exec_info_script (*archive_name_cursor, global_volno+1))
FATAL_ERROR ((0, 0, _("%s command failed"),
quote (info_script_option)));
}