diff options
Diffstat (limited to 'kapptemplate/kapptemplate.common')
-rw-r--r-- | kapptemplate/kapptemplate.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kapptemplate/kapptemplate.common b/kapptemplate/kapptemplate.common index a5a63a16..8cff2d60 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; tqfind . ! -name "*~" -maxdepth 1 -type f -print | sed 's,^\./,,' | sort`; + FILES=`cd $DIRECTORY; find . ! -name "*~" -maxdepth 1 -type f -print | sed 's,^\./,,' | sort`; if [ ! "$FILES" ]; then |