spack/var/spack/repos/builtin/packages/perl-fth/fth-shebang2.patch
2021-08-25 19:16:13 -05:00

11 lines
315 B
Diff

diff --git a/bin/initmak.pl b/bin/initmak.pl
--- a/bin/initmak.pl
+++ b/bin/initmak.pl
@@ -1,6 +1,3 @@
-#!/bin/ksh
-eval 'exec perl -x -S $0 ${1+"$@"}'
- if $running_under_some_shell;
#!/usr/bin/perl
# -*- Mode: cperl -*-
############################################################################