63d707 rpm/kernel-binary.spec.in: use grep -E instead of egrep (bsc#1179045)

Authored and Committed by Jiri Slaby 3 years ago
    rpm/kernel-binary.spec.in: use grep -E instead of egrep (bsc#1179045)
    
    egrep is only a deprecated bash wrapper for "grep -E". So use the latter
    instead.
    
        
file modified
+2 -2