mirror of
https://github.com/openwrt/packages.git
synced 2026-01-11 04:04:50 +00:00
Depending on execution order the `python-package-install.sh` script would return a non-zero err code. So, this enforces that all commands in the script don't fail (via the `set -e` directive). Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>