mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 19:52:20 +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:
parent
157f2e2bf7
commit
4f5c5a65a7
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
# $XConsortium: dbtoman /main/6 1996/09/15 18:58:15 rws $
|
||||
#############################################################################
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue