projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df2364f
)
build: invoke ./build/mkbasepot.sh without any parameters
author
Paul Donald
<newtwen@gmail.com>
Thu, 15 Feb 2024 03:01:14 +0000
(
04:01
+0100)
committer
Paul Donald
<newtwen@gmail.com>
Thu, 15 Feb 2024 03:01:14 +0000
(
04:01
+0100)
e.g. to build everything
Signed-off-by: Paul Donald <newtwen@gmail.com>
build/i18n-sync.sh
patch
|
blob
|
history
diff --git
a/build/i18n-sync.sh
b/build/i18n-sync.sh
index d8460fc2b861e89926b9c758d6536d3c734d14fb..7d57f1b1b5471d9588603b13668d1109a99b436b 100755
(executable)
--- a/
build/i18n-sync.sh
+++ b/
build/i18n-sync.sh
@@
-25,6
+25,7
@@
esac
[ -n "$1" ] && set -- "${1%/}"
+[ -n "$1" ] || ./build/mkbasepot.sh
# Absent a [folder] parameter, use the current path
find "${1:-.}" -name '*.pot' -and -not -name base.pot | sort | \