Skip to content

redhat/Makefile: Fix RHJOBS grep warning

Prarit Bhargava requested to merge prarit/kernel-ark:RHJOBS_warning_fix into os-build

Calculating RHJOBS results in the warning

grep: warning: stray \ before white space  

Resolve this by using [ ] to detect a space in the regex.

Signed-off-by: Prarit Bhargava prarit@redhat.com

Merge request reports