wrapQtAppsHook: fix a typo

This commit is contained in:
Dmitry Kalinkin 2021-09-29 14:54:51 -04:00
parent 1327726568
commit 60055478c9
No known key found for this signature in database
GPG key ID: 5157B3EC8B2CA333

View file

@ -85,7 +85,7 @@ wrapQtAppsHook() {
find "$targetDir" ! -type d -executable -print0 | while IFS= read -r -d '' file
do
ifELF "$file" || isMachO "$file" || continue
isELF "$file" || isMachO "$file" || continue
if [ -f "$file" ]
then