From 4cf02b65109029a38f708148dea8d2bdf2fa19de Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Mon, 8 Oct 2012 08:08:07 +0100 Subject: ddate: remove from util-linux See RedHat bug for reasons why the ddate is cleaned up. The reference is where to get the command in future. Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=823156 References: https://github.com/bo0ts/ddate Acked-by: Petr Uzel Signed-off-by: Sami Kerola Signed-off-by: Karel Zak --- tools/checkmans.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/checkmans.sh b/tools/checkmans.sh index e54ebed37..4b149d077 100755 --- a/tools/checkmans.sh +++ b/tools/checkmans.sh @@ -39,7 +39,7 @@ trap "rm -f ${ERROR_FILE}" 0 for I in $( find $(git rev-parse --show-toplevel) -name '*.[1-8]' | - egrep -v '(Documentation|.git|/.libs/|autom4te.cache|ru/ddate)' + egrep -v '(Documentation|.git|/.libs/|autom4te.cache)' ); do # FIXME: the determination whether a manual does include # should probably be somewhat smarter. -- cgit v1.2.3-55-g7522