build scripts: update grep expression to work with newer versions
1 files changed, 1 insertions(+), 1 deletions(-) M ci/scripts/openwrt/build-image.sh
M ci/scripts/openwrt/build-image.sh => ci/scripts/openwrt/build-image.sh +1 -1
@@ 13,4 13,4 @@ git diff cd ~/openwrt cp ~/.config . make -j$(nproc) download -make V=s 2>&1 | tee build.log | grep -i '[^_-"a-z]error[^_-.a-z]' +make V=s 2>&1 | tee build.log | grep -i '[^-_/,."a-z]error[^-_/,.a-z]'