• Julien Muchembled's avatar
    fix_shebang: don't touch symlinks · 6f274446
    Julien Muchembled authored
    Symlinks can point anywhere outside the parts. Also symlinks can be
    broken.
    
    By using lstat instead of stat, the symlink is not considered as a
    regular file.
    
    See merge request !14
    6f274446
__init__.py 19.9 KB