diff options
Diffstat (limited to 'win/tools/update_kdelibs_pro_files')
-rwxr-xr-x | win/tools/update_kdelibs_pro_files | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tools/update_kdelibs_pro_files b/win/tools/update_kdelibs_pro_files index 15f745cf8..f0d09981d 100755 --- a/win/tools/update_kdelibs_pro_files +++ b/win/tools/update_kdelibs_pro_files @@ -12,7 +12,7 @@ dest=../.. cd "$KDELIBS/$src" -for pro in `find . -name \*.pro -o -name \*.sh` ; do +for pro in `tqfind . -name \*.pro -o -name \*.sh` ; do dir=`dirname "$pro"` if [ ! -d "$KDELIBS/$dir" ] ; then echo "no \$KDELIBS/$dir directory: creating it" |