File: sheebang.dpatch

package info (click to toggle)
lua-wsapi 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 332 kB
  • ctags: 169
  • sloc: ansic: 613; makefile: 40; sh: 35
file content (15 lines) | stat: -rw-r--r-- 499 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /bin/sh /usr/share/dpatch/dpatch-run
## sheebang.dpatch by Enrico Tassi <gareuselesinge@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: remove sheebang in a non executable file

@DPATCH@
diff -urNad trunk~/src/wsapi/sapi.lua trunk/src/wsapi/sapi.lua
--- trunk~/src/wsapi/sapi.lua	2008-01-19 21:03:45.000000000 +0100
+++ trunk/src/wsapi/sapi.lua	2008-01-20 14:54:14.000000000 +0100
@@ -1,4 +1,3 @@
-#!/usr/bin/env wsapi.cgi
 
 require "wsapi.response"