File: fix-cme-shebang

package info (click to toggle)
cme 1.043-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 392 kB
  • sloc: perl: 1,293; makefile: 19; sh: 9
file content (12 lines) | stat: -rw-r--r-- 328 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Description: Fix cme shebang
 Debian Policy ยง 10.4 states that Perl scripts must use /usr/bin/perl directly and not /usr/bin/env
Author: dod
Applied-Upstream: NA
--- a/bin/cme
+++ b/bin/cme
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 # PODNAME: cme
 # ABSTRACT: Check or edit configuration data with Config::Model