projects
/
oweals
/
cde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2cb2b3
)
installCDE: unset FIGNORE to workaround potential ksh bug
author
Jon Trulson
<jon@radscan.com>
Fri, 1 Jun 2018 17:32:39 +0000
(11:32 -0600)
committer
Jon Trulson
<jon@radscan.com>
Fri, 1 Jun 2018 17:32:39 +0000
(11:32 -0600)
cde/admin/IntegTools/dbTools/installCDE.src
patch
|
blob
|
history
diff --git
a/cde/admin/IntegTools/dbTools/installCDE.src
b/cde/admin/IntegTools/dbTools/installCDE.src
index 01de97169eeab8a1321c3acbfbc9cd3254246fe9..e6d2d00d9d2394a2d8e2cc1d2dcf22f6ea4b1b3b 100755
(executable)
--- a/
cde/admin/IntegTools/dbTools/installCDE.src
+++ b/
cde/admin/IntegTools/dbTools/installCDE.src
@@
-45,6
+45,9
@@
XCOMM ##########################################################################
#define HASH #
#define STAR *
+HASH ksh bug: . and .. are not excluded if FIGNORE is set
+unset FIGNORE
+
LOGFILE="installCDE.$$.log"
REVISION="$(echo "$Revision: /main/20 $" | awk '{print $2}')"