diff --git a/plugins/network/olsrd b/plugins/network/olsrd index 23bdf02a..5fcfedba 100755 --- a/plugins/network/olsrd +++ b/plugins/network/olsrd @@ -61,6 +61,10 @@ else python "$0" "$@" fi exit $? + +# For shell: ignore everything starting from here until the last line of this file. +# This is necessary for syntax checkers that try to complain about invalid shell syntax below. +true <