File: 00-drop_shbangs.patch

package info (click to toggle)
gmtkbabel 0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 160 kB
  • sloc: sh: 200; makefile: 58
file content (43 lines) | stat: -rw-r--r-- 1,050 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
From: David Paleino <dapal@debian.org>
Subject: drop shbangs -- not meant to be run directly
Forwarded: not-needed

---
 src/download.sh      |    2 --
 src/erase.sh         |    2 --
 src/set_format.sh    |    2 --
 src/set_frequency.sh |    2 --
 4 files changed, 8 deletions(-)

--- gmtkbabel.orig/src/download.sh
+++ gmtkbabel/src/download.sh
@@ -1,5 +1,3 @@
-#!/bin/sh
-
 # Copyright © 2010, Elena Grandi
 # Copyright © 2010, David Paleino <d.paleino@gmail.com>
 #
--- gmtkbabel.orig/src/erase.sh
+++ gmtkbabel/src/erase.sh
@@ -1,5 +1,3 @@
-#!/bin/sh
-
 # Copyright © 2010, Elena Grandi
 # Copyright © 2010, David Paleino <d.paleino@gmail.com>
 #
--- gmtkbabel.orig/src/set_format.sh
+++ gmtkbabel/src/set_format.sh
@@ -1,5 +1,3 @@
-#!/bin/sh
-
 # Copyright © 2010, Elena Grandi
 # Copyright © 2010, David Paleino <d.paleino@gmail.com>
 #
--- gmtkbabel.orig/src/set_frequency.sh
+++ gmtkbabel/src/set_frequency.sh
@@ -1,5 +1,3 @@
-#!/bin/sh
-
 # Copyright © 2010, Elena Grandi
 # Copyright © 2010, David Paleino <d.paleino@gmail.com>
 #