diff options
-rwxr-xr-x | build/i18n-sync.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/i18n-sync.sh b/build/i18n-sync.sh index d8460fc2b8..7d57f1b1b5 100755 --- 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 | \ |