summaryrefslogtreecommitdiffstats
path: root/kapptemplate/kapptemplate.common
diff options
context:
space:
mode:
Diffstat (limited to 'kapptemplate/kapptemplate.common')
-rw-r--r--kapptemplate/kapptemplate.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/kapptemplate/kapptemplate.common b/kapptemplate/kapptemplate.common
index 8cff2d60..a5a63a16 100644
--- a/kapptemplate/kapptemplate.common
+++ b/kapptemplate/kapptemplate.common
@@ -299,7 +299,7 @@ function GetFileList
if [ -d "$DIRECTORY" ];
then
# FILES=`/bin/ls -1 -I "no-exe" -I*~ $DIRECTORY`;
- FILES=`cd $DIRECTORY; find . ! -name "*~" -maxdepth 1 -type f -print | sed 's,^\./,,' | sort`;
+ FILES=`cd $DIRECTORY; tqfind . ! -name "*~" -maxdepth 1 -type f -print | sed 's,^\./,,' | sort`;
if [ ! "$FILES" ];
then