mirror of
git://git.sv.gnu.org/coreutils
synced 2026-05-29 12:05:17 -04:00
(binary_operator): Correct typo in diagnostic.
From Jochen Hein.
This commit is contained in:
+1
-1
@@ -596,7 +596,7 @@ binary_operator (void)
|
||||
time_t lt, rt;
|
||||
pos += 3;
|
||||
if (l_is_l || r_is_l)
|
||||
test_syntax_error (_("-nt does not accept -l\n"), NULL);
|
||||
test_syntax_error (_("-ot does not accept -l\n"), NULL);
|
||||
if (age_of (argv[op - 1], <) && age_of (argv[op + 1], &rt))
|
||||
return (TRUE == (lt < rt));
|
||||
return (FALSE);
|
||||
|
||||
Reference in New Issue
Block a user