Commit 6f274446 authored by Julien Muchembled's avatar Julien Muchembled

fix_shebang: don't touch symlinks

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
parent 02a086dd
Pipeline #13863 passed with stage
in 0 seconds