Skip to content

Commit

Permalink
Fix syntax error in sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
tsimonq2 authored and redtide committed Nov 24, 2023
1 parent ea30c04 commit 8f423dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/qtls-translate
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function lxqt_transupdate

# Test for supported Qt version
local qtVersion_=$(qmake -query QT_VERSION|cut -d'.' -f1)
local qVersions_=(5 6)
local qVersions_="5 6"

if echo "${qVersions_[@]}" | grep -qw "$qtVersion_"; then supported_=1; fi

Expand Down

0 comments on commit 8f423dd

Please sign in to comment.