1 2 3 4 5 6 7 8 9 10 11
|
Remove check for ksh
Index: txt2man-1.5.5/txt2man
===================================================================
--- txt2man-1.5.5.orig/txt2man 2011-04-07 15:04:15.000000000 +0200
+++ txt2man-1.5.5/txt2man 2011-04-07 15:05:54.000000000 +0200
@@ -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
|