1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 11:42:21 +00:00

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.
This commit is contained in:
Jon Trulson 2012-06-19 18:22:38 -06:00
parent 157f2e2bf7
commit 4f5c5a65a7

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/ksh
# $XConsortium: dbtoman /main/6 1996/09/15 18:58:15 rws $
#############################################################################
#