mirror of
https://github.com/openwrt/packages.git
synced 2026-06-13 09:01:28 +08:00
e066fdaf11
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>