Minor shellcheck-suggested update.

This commit is contained in:
Andrew Wood
2023-07-24 22:30:49 +01:00
parent 760ee403fe
commit 1927e88350
+1 -1
View File
@@ -24,7 +24,7 @@ struct msgtable_s *minigettext__gettable(char *lang)
EOF
for POFILE in $*; do
for POFILE in "$@"; do
LANG=$(basename "$POFILE" | sed 's/.po$//')
echo " if (strncmp(lang, \"$LANG\", 2) == 0) {"
echo " static struct msgtable_s data[] = {";