Skip to content

Commit 333401e

Browse files
committed
[fix] : Fixed typo
1 parent bd5f884 commit 333401e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/pkglist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ set +e
162162

163163
get_filelist(){
164164
if [[ -d "${1}" ]]; then
165-
find "${1}" -mindepth 1 -name "*.${arch}" -typr f -or -type l 2> /dev/null
165+
find "${1}" -mindepth 1 -name "*.${arch}" -type f -or -type l 2> /dev/null
166166
fi
167167
}
168168

0 commit comments

Comments
 (0)