summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-fth/fth-shebang2.patch
blob: 74003eae2a4071432d760cc6e380f02572714968 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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 -*-
 ############################################################################