mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 21:24:35 +04:00
build: invoke ./build/mkbasepot.sh without any parameters
e.g. to build everything Signed-off-by: Paul Donald <newtwen@gmail.com>
This commit is contained in:
@@ -25,6 +25,7 @@ esac
|
|||||||
|
|
||||||
[ -n "$1" ] && set -- "${1%/}"
|
[ -n "$1" ] && set -- "${1%/}"
|
||||||
|
|
||||||
|
[ -n "$1" ] || ./build/mkbasepot.sh
|
||||||
|
|
||||||
# Absent a [folder] parameter, use the current path
|
# Absent a [folder] parameter, use the current path
|
||||||
find "${1:-.}" -name '*.pot' -and -not -name base.pot | sort | \
|
find "${1:-.}" -name '*.pot' -and -not -name base.pot | sort | \
|
||||||
|
|||||||
Reference in New Issue
Block a user