a913b5c Also fix shebangs with spaces

Authored and Committed by churchyard 5 years ago
    Also fix shebangs with spaces
    
    pyproto/google/protobuf/internal/_parameterized.py has this shebang:
    
        #! /usr/bin/env python
    
    That was not covered by the sed and ended up with brp-mangle-shebang
    warnings (soon to be errors).
    
        
file modified
+1 -2