Skip to content

Changed perl shebangs to use env for portability

Simon Scatton requested to merge sscatton/share:master into master

The current way TeX perl script are written is not compatible with non /usr/bin based Linux distributions such as NixOS and lacks portability. Using /usr/bin/env fixes this issue.

Merge request reports