Fix small issue with apply return value

This commit is contained in:
Fabian Bläse 2021-03-14 14:37:58 +01:00
parent 15208f03c3
commit 2bd62540f5
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ babel_remove_custom_redistribute_filters() {
babel_apply() {
# error output hidden because apply might be executed without a preceding configure step.
mv /tmp/bird-babel /etc/bird-babel 2>/dev/null
return 0
}
babel_reload() {