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:
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
# $XConsortium: dbtoman /main/6 1996/09/15 18:58:15 rws $
|
||||
#############################################################################
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user