File: 02_remove_shebang.patch

package info (click to toggle)
cdargs 1.35-9
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 636 kB
  • sloc: cpp: 1,177; sh: 493; lisp: 70; makefile: 14; csh: 3
file content (21 lines) | stat: -rw-r--r-- 489 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Description: Remove shebang lines in sample shell scripts
Forwarded: no
Author: Francois Marier <francois@debian.org>
Last-Update: 2011-10-12

--- a/contrib/cdargs-bash.sh
+++ b/contrib/cdargs-bash.sh
@@ -1,5 +1,3 @@
-#!/bin/sh
-
 # (C) 2002-2003 Dan Allen and Stefan Kamphausen
 
 # Written by Dan Allen <dan@mojavelinux.com>
--- a/contrib/cdargs-tcsh.csh
+++ b/contrib/cdargs-tcsh.csh
@@ -1,5 +1,3 @@
-#!/bin/csh
-
 # (C) 2002-2005 Stefan Kamphausen
 
 # (T)CShell extensions written by