Package: txt2man / 1.6.0-1~bpo8+1

20_drop-ksh-check.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: remove the check for ksh.
Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620562
Author: Fredrik Steen <stone@debian.org>
Last-Update: 2011-04-11
Index: txt2man-1.5.6/txt2man
===================================================================
--- txt2man-1.5.6.orig/txt2man
+++ txt2man-1.5.6/txt2man
@@ -1,5 +1,4 @@
 #!/bin/sh
-test "$HOME" = ~ || exec ksh $0 "$@"    # try ksh if sh too old (not yet POSIX)
 
 # Copyright (C) 2001, 2002, 2003 Marc Vertes