File: interp-paths.patch

package info (click to toggle)
lcov 2.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,464 kB
  • sloc: perl: 27,911; sh: 7,320; xml: 6,982; python: 1,152; makefile: 597; cpp: 520; ansic: 176
file content (20 lines) | stat: -rw-r--r-- 592 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
Index: lcov-2.3/tests/gendiffcov/errs/select.sh
===================================================================
--- lcov-2.3.orig/tests/gendiffcov/errs/select.sh
+++ lcov-2.3/tests/gendiffcov/errs/select.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/bash
+#!/bin/bash
 
 #echo "$@_" >> x.log
 exit 1
Index: lcov-2.3/tests/gendiffcov/simple/annotate.sh
===================================================================
--- lcov-2.3.orig/tests/gendiffcov/simple/annotate.sh
+++ lcov-2.3/tests/gendiffcov/simple/annotate.sh
@@ -1,4 +1,4 @@
-#!/bin/env perl
+#!/usr/bin/perl
 
 use strict;
 use warnings;