mirror of
https://github.com/OpenMANET/openwrt.git
synced 2025-12-10 03:53:16 -06:00
grep -q was 'failing' if CONFIG_ARM wasn't there, which meant the toolchain wasn't downloaded unless. Using set -e without a trap handler does not always make it obvious when the command failed. Approved-by: Sophronia Koilpillai Approved-by: Lyall Beveridge