653ec7d modalias.prov: use "local" builtin rather than "declare"

Authored and Committed by vda a year ago
    modalias.prov: use "local" builtin rather than "declare"
    
    While (in this case) their effect is the same,
    many more people know that "local" makes variables function-local,
    than that "declare" in bash does the same. I didn't know.
    
    Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
    
        
file modified
+2 -2