installCDE: unset FIGNORE to workaround potential ksh bug

This commit is contained in:
Jon Trulson
2018-06-01 11:32:39 -06:00
parent d2cb2b3659
commit c7a8cfe18c

View File

@@ -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}')"