mirror of
https://github.com/openwrt/packages.git
synced 2026-05-30 03:36:24 +08: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>