Hi Karl, k...@freefriends.org (Karl Berry) writes:
> -#!/usr/bin/perl > +#!/bin/sh > > Just to mention that an alternative would be #!/usr/bin/env perl. It won’t work on NixOS, which doesn’t have /usr/bin. (On NixOS, the only “standard” path that can be relied on is /bin/sh.) Thanks, Ludo’.