File: perl_path

package info (click to toggle)
blazeblogger 1.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 748 kB
  • sloc: perl: 2,929; makefile: 122; sh: 80
file content (68 lines) | stat: -rw-r--r-- 1,852 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
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Description: Fix perl path in executable scripts
Author: Angel Abad <angelabad@gmail.com>
Last-Update: 2009-12-03

--- a/src/blaze-add.pl
+++ b/src/blaze-add.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 # blaze-add - adds a blog post or a page to the BlazeBlogger repository
 # Copyright (C) 2008-2011 Jaromir Hradilek
--- a/src/blaze-config.pl
+++ b/src/blaze-config.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 # blaze-config - displays or sets BlazeBlogger configuration options
 # Copyright (C) 2008-2011 Jaromir Hradilek
--- a/src/blaze-edit.pl
+++ b/src/blaze-edit.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 # blaze-edit - edits a blog post or a page in the BlazeBlogger repository
 # Copyright (C) 2008-2011 Jaromir Hradilek
--- a/src/blaze-init.pl
+++ b/src/blaze-init.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 # blaze-init - creates or recovers a BlazeBlogger repository
 # Copyright (C) 2008-2011 Jaromir Hradilek
--- a/src/blaze-list.pl
+++ b/src/blaze-list.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 # blaze-list - lists blog posts or pages in the BlazeBlogger repository
 # Copyright (C) 2009-2011 Jaromir Hradilek
--- a/src/blaze-log.pl
+++ b/src/blaze-log.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 # blaze-log - displays the BlazeBlogger repository log
 # Copyright (C) 2009-2011 Jaromir Hradilek
--- a/src/blaze-make.pl
+++ b/src/blaze-make.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 # blaze-make - generates a blog from the BlazeBlogger repository
 # Copyright (C) 2009-2011 Jaromir Hradilek
--- a/src/blaze-remove.pl
+++ b/src/blaze-remove.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 # blaze-remove - removes a post or page from the BlazeBlogger repository
 # Copyright (C) 2008-2011 Jaromir Hradilek