summaryrefslogtreecommitdiff
path: root/net/ntp/files/patch-scripts_build_checkHtmlFileDates
blob: cf9f4d541e8a9c86f31402c975f02d48ce781856 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- scripts/build/checkHtmlFileDates.orig	2021-10-15 20:33:38.712582000 -0700
+++ scripts/build/checkHtmlFileDates	2021-10-15 20:37:19.867441000 -0700
@@ -1,16 +1,3 @@
 #! /bin/sh
 
-bk version > /dev/null 2>&1 || exit 0
-
-for i in `find * -type f -name '*.html' -print | grep -v SCCS/`
-do
-    # echo $i
-    set `bk diffs $i | wc -l`
-    lines=$1
-    case "$lines" in
-     0) ;;
-     *) echo "Processing <$i>"
-        ../scripts/build/updateBEDate $i
-	;;
-    esac
-done
+exit 0