Package: lumpy-sv / 0.3.1+dfsg-5

fix_shebang.patch Patch series | download
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
Author: Andreas Tille <tille@debian.org>
Last-Update: Tue, 26 May 2020 15:07:58 +0200
Description: Remove additional hash sign

--- a/test/bp_pe.sh
+++ b/test/bp_pe.sh
@@ -1,4 +1,4 @@
-##!/bin/bash
+#!/bin/bash
 
 if [ -z $5 ]
 then
--- a/test/bp_pe_pl.sh
+++ b/test/bp_pe_pl.sh
@@ -1,4 +1,4 @@
-##!/bin/bash
+#!/bin/bash
 
 if [ -z $5 ]
 then
--- a/test/bp_pesr.sh
+++ b/test/bp_pesr.sh
@@ -1,4 +1,4 @@
-##!/bin/bash
+#!/bin/bash
 
 if [ -z $7 ]
 then
--- a/test/bp_pesr_pl.sh
+++ b/test/bp_pesr_pl.sh
@@ -1,4 +1,4 @@
-##!/bin/bash
+#!/bin/bash
 
 if [ -z $7 ]
 then
--- a/lumpy_tests/orig/bp_pesr.sh
+++ b/lumpy_tests/orig/bp_pesr.sh
@@ -1,4 +1,4 @@
-##!/bin/bash
+#!/bin/bash
 
 if [ -z $6 ]
 then
--- a/lumpy_tests/orig/bp_sr.sh
+++ b/lumpy_tests/orig/bp_sr.sh
@@ -1,4 +1,4 @@
-##!/bin/bash
+#!/bin/bash
 
 if [ -z $4 ]
 then
--- a/test/bp_sr.sh
+++ b/test/bp_sr.sh
@@ -1,4 +1,4 @@
-##!/bin/bash
+#!/bin/bash
 
 if [ -z $5 ]
 then