installCDE: unset FIGNORE to workaround potential ksh bug
authorJon Trulson <jon@radscan.com>
Fri, 1 Jun 2018 17:32:39 +0000 (11:32 -0600)
committerJon Trulson <jon@radscan.com>
Fri, 1 Jun 2018 17:32:39 +0000 (11:32 -0600)
cde/admin/IntegTools/dbTools/installCDE.src

index 01de97169eeab8a1321c3acbfbc9cd3254246fe9..e6d2d00d9d2394a2d8e2cc1d2dcf22f6ea4b1b3b 100755 (executable)
@@ -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}')"