nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 14 lines 364 B view raw
1--- old/src/import-ferm 2+++ new/src/import-ferm 3@@ -42,9 +42,9 @@ 4 # find the main "ferm" program 5 my $ferm; 6 if ($0 =~ /^(.*)\//) { 7- $ferm = "$1/ferm"; 8+ $ferm = "$1/.ferm-wrapped"; 9 } else { 10- $ferm = 'ferm'; 11+ $ferm = '.ferm-wrapped'; 12 } 13 14 # Perl 5.24 requires this prefix or else it will only look in @INC