File: 20missing_option.dpatch

package info (click to toggle)
crip 3.7-3%2Betch2
  • links: PTS
  • area: main
  • in suites: etch
  • size: 200 kB
  • ctags: 10
  • sloc: perl: 2,030; sh: 289; makefile: 35
file content (19 lines) | stat: -rw-r--r-- 834 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
#! /bin/sh /usr/share/dpatch/dpatch-run
## 20missing_option.dpatch by  <timo.schneider@s2004.tu-chemnitz.de>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Adds a missing option

@DPATCH@

--- crip-3.7/crip	2005-12-27 20:33:31.000000000 +0100
+++ /usr/bin/crip	2006-01-12 14:17:00.000000000 +0100
@@ -246,7 +246,7 @@
 
 ";
 
-GetOptions("v","version","h","help","s=s","g=s","d=s","e=s","E=s","V=f","u:s","o:s","f:s","c:s","q:s","t:s","n:s","r:s","w:s","p:s","x:s") || die "$USAGE";
+GetOptions("v","version","h","help","s=s","g=s","d=s","e=s","E=s","V=f","u:s","o:s","f:s","c:s","q:s","t:s","n:s","r:s","w:s","p:s","x:s","m=s") || die "$USAGE";
 
 if ((defined $opt_h) || (defined $opt_help)) { print "$USAGE"; exit(); }
 if ((defined $opt_v) || (defined $opt_version)) { print "$version\n"; exit(); }