File: examples-scripts

package info (click to toggle)
advi 1.10.2-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 15,692 kB
  • sloc: ml: 12,280; sh: 1,032; ansic: 1,016; makefile: 706; perl: 55
file content (19 lines) | stat: -rw-r--r-- 612 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Ralf Treinen <treinen@debian.org>
Date: Thu, 5 Sep 2019 13:01:02 +0200
Subject: Call directly the perl interpreter

---
 examples/prosper/LL/pdfrotate.pl | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/examples/prosper/LL/pdfrotate.pl b/examples/prosper/LL/pdfrotate.pl
index 46588a2..05e268e 100755
--- a/examples/prosper/LL/pdfrotate.pl
+++ b/examples/prosper/LL/pdfrotate.pl
@@ -1,5 +1,4 @@
-eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' && eval 'exec perl -S $0 $argv:q'
-if 0;
+#!/usr/bin/perl
 
 ######################################################################
 #