Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
18
cde/databases/:CheckEdit.sh
Executable file
18
cde/databases/:CheckEdit.sh
Executable file
@@ -0,0 +1,18 @@
|
||||
#!/bin/sh
|
||||
# $XConsortium: :CheckEdit.sh /main/2 1995/07/19 18:04:23 drk $
|
||||
|
||||
#
|
||||
# check edit of a .udb file.
|
||||
#
|
||||
# first parm gives the name of the database (with .udb extension)
|
||||
#
|
||||
# Assumes you are in the directory where you made the edit
|
||||
# (formerly tried to run against the checked out copy in
|
||||
# the source tree, this was a mistake :-)
|
||||
#
|
||||
|
||||
/x/toolsrc/dbTools/databaseConversionTool.ksh \
|
||||
-toFileList \
|
||||
-ReleaseStream hp-ux \
|
||||
-Machine 7 \
|
||||
-Database $1
|
||||
Reference in New Issue
Block a user