From: Jon Trulson Date: Fri, 1 Jun 2018 17:32:39 +0000 (-0600) Subject: installCDE: unset FIGNORE to workaround potential ksh bug X-Git-Tag: 2.2.4a~5 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c7a8cfe18c4994f39187aaff58c7213c0573c984;p=oweals%2Fcde.git installCDE: unset FIGNORE to workaround potential ksh bug --- diff --git a/cde/admin/IntegTools/dbTools/installCDE.src b/cde/admin/IntegTools/dbTools/installCDE.src index 01de9716..e6d2d00d 100755 --- 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}')"