Skip to content

Commit

Permalink
Update lxqt-transupdate
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
sfalken authored Mar 2, 2023
1 parent a60608d commit b309ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lxqt-transupdate
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export QT_SELECT=5

TEMPLATES=$(find . -name \*.ts | grep -v '_')
for i in $TEMPLATES; do
print "\n\n==== %s ====\n" "$i"
printf "\n\n==== %s ====\n" "$i"
TRANSDIR=$(dirname "$i")
SOURCEDIR=$(dirname "$TRANSDIR")
# template-update
Expand Down

0 comments on commit b309ee3

Please sign in to comment.