1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

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 HASH #
#define STAR * #define STAR *
HASH ksh bug: . and .. are not excluded if FIGNORE is set
unset FIGNORE
LOGFILE="installCDE.$$.log" LOGFILE="installCDE.$$.log"
REVISION="$(echo "$Revision: /main/20 $" | awk '{print $2}')" REVISION="$(echo "$Revision: /main/20 $" | awk '{print $2}')"