summaryrefslogtreecommitdiffstats
path: root/kppp/Rules/checkrules
diff options
context:
space:
mode:
Diffstat (limited to 'kppp/Rules/checkrules')
-rwxr-xr-xkppp/Rules/checkrules4
1 files changed, 2 insertions, 2 deletions
diff --git a/kppp/Rules/checkrules b/kppp/Rules/checkrules
index 9e695d5b..2ac45ec1 100755
--- a/kppp/Rules/checkrules
+++ b/kppp/Rules/checkrules
@@ -4,8 +4,8 @@ KPPP=`which kppp` || (echo "cannot find kppp"; exit 1)
cd `dirname $0 2> /dev/null` || (echo "\"dirname\" required"; exit 1)
-FILESTOCHECK=`find -name "*.rst" -type f 2> /dev/null` || \
- (echo "\"find\" required\""; exit 1)
+FILESTOCHECK=`tqfind -name "*.rst" -type f 2> /dev/null` || \
+ (echo "\"tqfind\" required\""; exit 1)
for i in ${FILESTOCHECK}
do