summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorSami Kerola2012-10-08 09:08:07 +0200
committerKarel Zak2012-10-15 16:41:49 +0200
commit4cf02b65109029a38f708148dea8d2bdf2fa19de (patch)
treeea9e7876c5b889e600c4a1bb3780ef71fdf34464 /tools
parentpg: add const qualifiers where suitable (diff)
downloadkernel-qcow2-util-linux-4cf02b65109029a38f708148dea8d2bdf2fa19de.tar.gz
kernel-qcow2-util-linux-4cf02b65109029a38f708148dea8d2bdf2fa19de.tar.xz
kernel-qcow2-util-linux-4cf02b65109029a38f708148dea8d2bdf2fa19de.zip
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 <petr.uzel@suse.cz> Signed-off-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/checkmans.sh2
1 files changed, 1 insertions, 1 deletions
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.