Группа :: Работа с текстами
Пакет: ispell
Главная Изменения Спек Патчи Загрузить Bugs and FR
Патч: ispell-3.20-sh.patch
--- ispell-3.1.20.orig/findaffix.X
+++ ispell-3.1.20/findaffix.X
@@ -1,4 +1,4 @@
-: Use /bin/sh
+#!/bin/sh
#
# $Id: findaffix.X,v 1.15 1994/01/25 07:11:29 geoff Exp $
#
--- ispell-3.1.20.orig/munchlist.X
+++ ispell-3.1.20/munchlist.X
@@ -1,4 +1,4 @@
-: Use /bin/sh
+#!/bin/sh
#
# $Id: munchlist.X,v 1.53 1995/01/08 23:23:36 geoff Exp $
#
--- ispell-3.1.20.orig/subset.X
+++ ispell-3.1.20/subset.X
@@ -1,4 +1,4 @@
-: Use /bin/sh
+#!/bin/sh
#
# $Id: subset.X,v 1.15 1995/01/08 23:23:47 geoff Exp $
#
--- ispell-3.1.20.orig/tryaffix.X
+++ ispell-3.1.20/tryaffix.X
@@ -1,4 +1,4 @@
-: Use /bin/sh
+#!/bin/sh
#
# $Id: tryaffix.X,v 1.6 1994/01/25 07:12:18 geoff Exp $
#
--- ispell-3.1.20.orig/zapdups.X
+++ ispell-3.1.20/zapdups.X
@@ -1,4 +1,4 @@
-: Use /bin/sh
+#!/bin/sh
#
# $Id: zapdups.X,v 1.6 1995/01/08 23:23:58 geoff Exp $
#