1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-06 00:29:44 +02:00

Undo last change. Instead, simply remove `N_('.

This commit is contained in:
Jim Meyering
2001-08-27 08:55:54 +00:00
parent fa9fc61ee6
commit dd494192a1
+1 -1
View File
@@ -105,7 +105,7 @@ v_etc_file = lib/version-etc.c
# Make sure that the copyright date in $(v_etc_file) is up to date.
copyright-check:
@if test -f $(v_etc_file); then \
grep '^#define COPYRIGHT_YEAR "$(shell date +%Y)"' $(v_etc_file) \
grep '"Copyright (C) $(shell date +%Y) Free' $(v_etc_file) \
>/dev/null \
|| { echo 'out of date copyright in $(v_etc_file); update it' 1>&2; \
exit 1; }; \