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:
parent
d2cb2b3659
commit
c7a8cfe18c
1 changed files with 3 additions and 0 deletions
|
@ -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}')"
|
||||||
|
|
Loading…
Reference in a new issue