From: Jon Trulson Date: Wed, 20 Jun 2012 00:22:38 +0000 (-0600) Subject: dbtoman: use ksh rather than sh. With working nsgmls, now we can build man pages. X-Git-Tag: 2.2.0a~26^2~11 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4f5c5a65a7b0ca784507eac79c61cf72dddb60bf;p=oweals%2Fcde.git dbtoman: use ksh rather than sh. With working nsgmls, now we can build man pages. Under ubuntu at least, /bin/sh is really /bin/dash. For some reason, dash cannot detect an executable (-x) file if it resides on nfs. bash and ksh do not have this problem. Since ksh is already required to build and install major portions of CDE, might as well use it here too. --- diff --git a/cde/doc/util/dbtoman/dbtoman b/cde/doc/util/dbtoman/dbtoman index 58998f34..a76d41d3 100755 --- a/cde/doc/util/dbtoman/dbtoman +++ b/cde/doc/util/dbtoman/dbtoman @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/ksh # $XConsortium: dbtoman /main/6 1996/09/15 18:58:15 rws $ ############################################################################# #