1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-17 17:08:20 +02:00

(main): Call dest_info_init if necessary.

This commit is contained in:
Jim Meyering
2001-09-28 19:55:06 +00:00
parent 6027bfa668
commit eca1e2d890
+2
View File
@@ -339,6 +339,8 @@ is not a directory"),
quote (dest));
usage (1);
}
dest_info_init ();
for (i = 0; i < n_files - 1; i++)
{
errors |= install_file_in_dir (file[i], dest, &x);