diff options
Diffstat (limited to 'superkaramba/doc/python_api/make_api_doc.sh')
-rwxr-xr-x | superkaramba/doc/python_api/make_api_doc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/superkaramba/doc/python_api/make_api_doc.sh b/superkaramba/doc/python_api/make_api_doc.sh index 866c534..719d05e 100755 --- a/superkaramba/doc/python_api/make_api_doc.sh +++ b/superkaramba/doc/python_api/make_api_doc.sh @@ -25,7 +25,7 @@ function replaceComments() } -FOO=`find $SRCDIR -type f -name "*_python.h"` +FOO=`tqfind $SRCDIR -type f -name "*_python.h"` for FILE in $FOO do |