mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-05 08:10:15 +02:00
split long line
This commit is contained in:
+2
-1
@@ -362,7 +362,8 @@ main (int argc, char **argv)
|
||||
else if (changes == MODE_MEMORY_EXHAUSTED)
|
||||
xalloc_die ();
|
||||
else if (changes == MODE_BAD_REFERENCE)
|
||||
error (1, errno, _("failed to get attributes of %s"), quote (reference_file));
|
||||
error (1, errno, _("failed to get attributes of %s"),
|
||||
quote (reference_file));
|
||||
|
||||
for (; optind < argc; ++optind)
|
||||
errors |= change_file_mode (argv[optind], changes, 1);
|
||||
|
||||
Reference in New Issue
Block a user