test: Fix typo in comment

This commit is contained in:
Jakub Jelen 2020-04-22 14:30:54 +02:00 committed by Frank Morgner
parent d1457e9fa3
commit ce659b2f7a
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
SOURCE_PATH=../
# find all the manual pages in src/tools
# find all the manual pages in doc/tools
TOOLS=`find "${SOURCE_PATH}/doc/tools" -name "*.1.xml" | sed -E -e "s|.*/([a-z0-9-]*).*|\1|"`
ALL=1