File: add_shebang_line_to_perl_script.patch

package info (click to toggle)
r-bioc-ensembldb 2.22.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,780 kB
  • sloc: perl: 351; makefile: 5; sh: 3
file content (11 lines) | stat: -rw-r--r-- 347 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
Author: Andreas Tille <tille@debian.org>
Last-Update: Sun, 22 Oct 2017 09:03:38 +0200
Description: Add shebang line to perl script

--- a/inst/perl/test_script.pl
+++ b/inst/perl/test_script.pl
@@ -1,3 +1,4 @@
+#!/usr/bin/perl
 ## uses environment variable ENS pointing to the
 ## ENSEMBL API on the computer
 use lib $ENV{ENS} || $ENV{PERL5LIB};